aboutsummaryrefslogtreecommitdiff
path: root/src/cli/test_reducer.conf
diff options
context:
space:
mode:
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/
44TERMS_ETAG = 0 44TERMS_ETAG = 0
45PRIVACY_ETAG = 0 45PRIVACY_ETAG = 0
46 46
47# Account of the EXCHANGE
48[exchange-account-1]
49# What is the exchange's bank account (with the "Taler Bank" demo system)?
50PAYTO_URI = payto://iban/SANDBOXX/DE989651?receiver-name=Exchange+Company
51ENABLE_DEBIT = YES
52ENABLE_CREDIT = YES
53
54[exchange-accountcredentials-1]
55WIRE_GATEWAY_URL = http://localhost:8082/facades/test-facade/taler-wire-gateway/
56WIRE_GATEWAY_AUTH_METHOD = basic
57USERNAME = exchange
58PASSWORD = x
59
47[merchant] 60[merchant]
48SERVE = tcp 61SERVE = tcp
49PORT = 9966 62PORT = 9966
@@ -79,7 +92,7 @@ BASE_URL = "http://localhost:8083/"
79DATABASE = postgres:///taler-auditor-basedb 92DATABASE = postgres:///taler-auditor-basedb
80MAX_DEBT = TESTKUDOS:50.0 93MAX_DEBT = TESTKUDOS:50.0
81MAX_DEBT_BANK = TESTKUDOS:100000.0 94MAX_DEBT_BANK = TESTKUDOS:100000.0
82HTTP_PORT = 8082 95HTTP_PORT = 18082
83SUGGESTED_EXCHANGE = http://localhost:8081/ 96SUGGESTED_EXCHANGE = http://localhost:8081/
84SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2 97SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2
85ALLOW_REGISTRATIONS = YES 98ALLOW_REGISTRATIONS = YES
@@ -89,17 +102,6 @@ SERVE = http
89IDLE_RESERVE_EXPIRATION_TIME = 4 weeks 102IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
90LEGAL_RESERVE_EXPIRATION_TIME = 7 years 103LEGAL_RESERVE_EXPIRATION_TIME = 7 years
91 104
92[exchange-account-1]
93PAYTO_URI = payto://x-taler-bank/localhost/Exchange
94enable_debit = yes
95enable_credit = yes
96
97[exchange-accountcredentials-1]
98WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/"
99WIRE_GATEWAY_AUTH_METHOD = basic
100USERNAME = Exchange
101PASSWORD = x
102
103[merchant-exchange-default] 105[merchant-exchange-default]
104EXCHANGE_BASE_URL = http://localhost:8081/ 106EXCHANGE_BASE_URL = http://localhost:8081/
105CURRENCY = TESTKUDOS 107CURRENCY = TESTKUDOS