From 0f4a039c48d323cb2e58e5c2ef7822376506153b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 3 Aug 2021 21:36:03 +0200 Subject: -update to new config structure --- src/testing/test_sync_api.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/testing/test_sync_api.conf b/src/testing/test_sync_api.conf index a75ecc4..e94fdde 100644 --- a/src/testing/test_sync_api.conf +++ b/src/testing/test_sync_api.conf @@ -139,11 +139,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" -WIRE_GATEWAY_URL = "http://localhost:8082/2/" -WIRE_GATEWAY_AUTH_METHOD = NONE ENABLE_DEBIT = YES ENABLE_CREDIT = YES +[exchange-accountcredentials-exchange] +WIRE_GATEWAY_URL = "http://localhost:8082/2/" +WIRE_GATEWAY_AUTH_METHOD = NONE + [coin_eur_ct_1] value = EUR:0.01 duration_withdraw = 7 days -- cgit v1.2.3