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/testing/test_anastasis_api.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/testing/test_anastasis_api.conf') diff --git a/src/testing/test_anastasis_api.conf b/src/testing/test_anastasis_api.conf index 65c05b3..8befd99 100644 --- a/src/testing/test_anastasis_api.conf +++ b/src/testing/test_anastasis_api.conf @@ -56,11 +56,6 @@ INSURANCE = EUR:0 SERVER_SALT = salty -# Base URL of anastasis. -# BASE_URL = http://localhost:8086/ - -# Where does our payment backend run? Must match PORT under [merchant] -PAYMENT_BACKEND_URL = http://localhost:8080/ # Annual fee we charge. #ANNUAL_FEE = EUR:4.99 @@ -68,6 +63,13 @@ ANNUAL_FEE = EUR:4.99 TRUTH_UPLOAD_FEE = EUR:0.0 +# Base URL of anastasis. +# BASE_URL = http://localhost:8086/ + +[anastasis-merchant-backend] +# Where does our payment backend run? Must match PORT under [merchant] +PAYMENT_BACKEND_URL = http://localhost:8080/ + # Authentication costs [authorization-question] # Cost of authentication by question -- cgit v1.2.3