summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-03 21:37:34 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-03 21:37:34 +0200
commit43168eb100107b4db1281f6311427f4398dab101 (patch)
treeb8880db599ec0712f706fb5a363b49299e42c87e
parentac110377b3a6ce93a1efebeaaa8e2e9755ecdd6d (diff)
downloadanastasis-43168eb100107b4db1281f6311427f4398dab101.tar.gz
anastasis-43168eb100107b4db1281f6311427f4398dab101.tar.bz2
anastasis-43168eb100107b4db1281f6311427f4398dab101.zip
-update to new config structure
-rw-r--r--contrib/Makefile.am2
-rw-r--r--src/cli/test_reducer.conf2
-rw-r--r--src/testing/test_anastasis_api.conf5
3 files changed, 7 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 33ec99e..35f2bf6 100644
--- 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
index a4baaed..f2a5efd 100644
--- 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
index 5abd0db..65c05b3 100644
--- 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]