summaryrefslogtreecommitdiff
path: root/src/cli/test_reducer.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-17 21:48:15 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-17 21:48:15 +0100
commit92343ce802a7cddabf36ba7c1aa330ae5558480d (patch)
tree9bdf7f6a5b80d24f998211ed200ac523dbd6b098 /src/cli/test_reducer.conf
parentf7742d1a5ac891f0fc2cb162d8c94daa37eb9fd2 (diff)
downloadanastasis-92343ce802a7cddabf36ba7c1aa330ae5558480d.tar.gz
anastasis-92343ce802a7cddabf36ba7c1aa330ae5558480d.tar.bz2
anastasis-92343ce802a7cddabf36ba7c1aa330ae5558480d.zip
work on test_anastasis_reducer_enter_secret.sh
Diffstat (limited to 'src/cli/test_reducer.conf')
-rw-r--r--src/cli/test_reducer.conf26
1 files changed, 14 insertions, 12 deletions
diff --git a/src/cli/test_reducer.conf b/src/cli/test_reducer.conf
index e87313b..2c4ca04 100644
--- a/src/cli/test_reducer.conf
+++ b/src/cli/test_reducer.conf
@@ -44,6 +44,19 @@ REVOCATION_DIR = ${TALER_DATA_HOME}/exchange/revocations/
TERMS_ETAG = 0
PRIVACY_ETAG = 0
+# Account of the EXCHANGE
+[exchange-account-1]
+# What is the exchange's bank account (with the "Taler Bank" demo system)?
+PAYTO_URI = payto://iban/SANDBOXX/DE989651?receiver-name=Exchange+Company
+ENABLE_DEBIT = YES
+ENABLE_CREDIT = YES
+
+[exchange-accountcredentials-1]
+WIRE_GATEWAY_URL = http://localhost:8082/facades/test-facade/taler-wire-gateway/
+WIRE_GATEWAY_AUTH_METHOD = basic
+USERNAME = exchange
+PASSWORD = x
+
[merchant]
SERVE = tcp
PORT = 9966
@@ -79,7 +92,7 @@ BASE_URL = "http://localhost:8083/"
DATABASE = postgres:///taler-auditor-basedb
MAX_DEBT = TESTKUDOS:50.0
MAX_DEBT_BANK = TESTKUDOS:100000.0
-HTTP_PORT = 8082
+HTTP_PORT = 18082
SUGGESTED_EXCHANGE = http://localhost:8081/
SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2
ALLOW_REGISTRATIONS = YES
@@ -89,17 +102,6 @@ SERVE = http
IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
LEGAL_RESERVE_EXPIRATION_TIME = 7 years
-[exchange-account-1]
-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
-PASSWORD = x
-
[merchant-exchange-default]
EXCHANGE_BASE_URL = http://localhost:8081/
CURRENCY = TESTKUDOS