commit 1fc8d7094ab8980d5db96de77da24739c01474f0
parent f00a406eacdef9c3262e6d21ac4615631e9cee76
Author: Florian Dold <florian@dold.me>
Date: Mon, 30 Aug 2021 00:06:05 +0200
config
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/backend/anastasis.conf b/src/backend/anastasis.conf
@@ -35,12 +35,17 @@ ANNUAL_POLICY_UPLOAD_LIMIT = 64
# Insurance
# INSURANCE = TESTKUDOS:1.0
+# Fee for one upload.
+# TRUTH_UPLOAD_FEE = TESTKUDOS:0.1
+
+
# Upload limit per backup, in megabytes
UPLOAD_LIMIT_MB = 16
# Authentication costs
# Cost of authentication by question
+# FIXME: Isn't this part of the authorization provider config?
#QUESTION_COST = EUR:0
# Fulfillment URL of the ANASTASIS service itself.