commit 43168eb100107b4db1281f6311427f4398dab101
parent ac110377b3a6ce93a1efebeaaa8e2e9755ecdd6d
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 3 Aug 2021 21:37:34 +0200
-update to new config structure
Diffstat:
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
@@ -8,6 +8,8 @@ pkgdatadir= $(prefix)/share/anastasis/
EXTRA_DIST = \
$(pkgdata_DATA) \
pogen.sh \
+ contrib/uncrustify.cfg \
+ contrib/uncrustify_precommit \
gana.sh \
gana-update.sh \
microhttpd.tag
diff --git a/src/cli/test_reducer.conf b/src/cli/test_reducer.conf
@@ -90,6 +90,8 @@ LEGAL_RESERVE_EXPIRATION_TIME = 7 years
PAYTO_URI = payto://x-taler-bank/localhost/Exchange
enable_debit = yes
enable_credit = yes
+
+[exchange-accountcredentials-1]
WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/"
WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = Exchange
diff --git a/src/testing/test_anastasis_api.conf b/src/testing/test_anastasis_api.conf
@@ -215,12 +215,13 @@ CONFIG = "postgres:///talercheck"
[exchange-account-exchange]
# What is the exchange's bank account (with the "Taler Bank" demo system)?
PAYTO_URI = "payto://x-taler-bank/localhost:8082/2"
+ENABLE_DEBIT = YES
+ENABLE_CREDIT = YES
+[exchange-accountcredentials-exchange]
WIRE_GATEWAY_URL = "http://localhost:8082/2/"
WIRE_GATEWAY_AUTH_METHOD = NONE
-ENABLE_DEBIT = YES
-ENABLE_CREDIT = YES
[coin_eur_ct_1]