diff options
author | Florian Dold <florian@dold.me> | 2021-08-30 00:06:05 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-08-30 00:06:15 +0200 |
commit | 1fc8d7094ab8980d5db96de77da24739c01474f0 (patch) | |
tree | e95326dfebeff9f5f6eaa99ad51c7251f2fec4af | |
parent | f00a406eacdef9c3262e6d21ac4615631e9cee76 (diff) | |
download | anastasis-1fc8d7094ab8980d5db96de77da24739c01474f0.tar.gz anastasis-1fc8d7094ab8980d5db96de77da24739c01474f0.zip |
config
-rw-r--r-- | src/backend/anastasis.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/backend/anastasis.conf b/src/backend/anastasis.conf index c10973c..473cc45 100644 --- a/src/backend/anastasis.conf +++ b/src/backend/anastasis.conf | |||
@@ -35,12 +35,17 @@ ANNUAL_POLICY_UPLOAD_LIMIT = 64 | |||
35 | # Insurance | 35 | # Insurance |
36 | # INSURANCE = TESTKUDOS:1.0 | 36 | # INSURANCE = TESTKUDOS:1.0 |
37 | 37 | ||
38 | # Fee for one upload. | ||
39 | # TRUTH_UPLOAD_FEE = TESTKUDOS:0.1 | ||
40 | |||
41 | |||
38 | # Upload limit per backup, in megabytes | 42 | # Upload limit per backup, in megabytes |
39 | UPLOAD_LIMIT_MB = 16 | 43 | UPLOAD_LIMIT_MB = 16 |
40 | 44 | ||
41 | # Authentication costs | 45 | # Authentication costs |
42 | 46 | ||
43 | # Cost of authentication by question | 47 | # Cost of authentication by question |
48 | # FIXME: Isn't this part of the authorization provider config? | ||
44 | #QUESTION_COST = EUR:0 | 49 | #QUESTION_COST = EUR:0 |
45 | 50 | ||
46 | # Fulfillment URL of the ANASTASIS service itself. | 51 | # Fulfillment URL of the ANASTASIS service itself. |