From 1fc8d7094ab8980d5db96de77da24739c01474f0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 30 Aug 2021 00:06:05 +0200 Subject: config --- src/backend/anastasis.conf | 5 +++++ 1 file changed, 5 insertions(+) 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 # 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. -- cgit v1.2.3