From 6ec2638fe3465b1f9fc9eade3419078ead18fb8f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 29 Apr 2012 19:40:35 +0100 Subject: [PATCH] Updated README to show configuration options --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b1cf0b9..b7e753e 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,18 @@ Installation 3. Schedule some crontabs to run the updatecorps and updatepayments management commands +Configuration +------------- + +These options are defined in the "Settings" model. + +pac.tax_threshold - The minimum per-month tax value (default 200,000,000) +pac.tax_rate - The value at which PACs are taxed at after the threshold (default 10) + +payments.keyid - Key ID of the API Key for the payments wallet +payments.vcode - vCode for the API Key for the payments wallet +payments.last_id - Last RefID processed, only adjust this if you really really need to. +payments.corpname - Name of the corp which holds the payments wallet + +