summaryrefslogtreecommitdiff
path: root/src/cli
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-16 11:17:19 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-16 11:17:19 +0200
commit7bed96f8e479af98db1a8a0c71b7c2ff2dc2b564 (patch)
tree85f7bd7cbe5dd507ed91cc2b53a09bbfb23505f6 /src/cli
parentc1c40eaa24926273a6aa688e92e99d832aa1501e (diff)
downloadanastasis-7bed96f8e479af98db1a8a0c71b7c2ff2dc2b564.tar.gz
anastasis-7bed96f8e479af98db1a8a0c71b7c2ff2dc2b564.tar.bz2
anastasis-7bed96f8e479af98db1a8a0c71b7c2ff2dc2b564.zip
allow setting api key via configuration
Diffstat (limited to 'src/cli')
-rw-r--r--src/cli/test_reducer.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cli/test_reducer.conf b/src/cli/test_reducer.conf
index f2a5efd..ef923bb 100644
--- a/src/cli/test_reducer.conf
+++ b/src/cli/test_reducer.conf
@@ -11,13 +11,15 @@ CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
[anastasis]
DB = postgres
-PAYMENT_BACKEND_URL = http://localhost:9966/
ANNUAL_FEE = TESTKUDOS:4.99
TRUTH_UPLOAD_FEE = TESTKUDOS:0.01
UPLOAD_LIMIT_MB = 1
ANNUAL_POLICY_UPLOAD_LIMIT = 128
INSURANCE = TESTKUDOS:1.0
+[anastasis-merchant-backend]
+PAYMENT_BACKEND_URL = http://localhost:9966/
+
[authorization-question]
COST = TESTKUDOS:0.0