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