From 7bed96f8e479af98db1a8a0c71b7c2ff2dc2b564 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 16 Aug 2021 11:17:19 +0200 Subject: allow setting api key via configuration --- src/cli/test_reducer.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cli') 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 -- cgit v1.2.3