diff options
Diffstat (limited to 'src/benchmark')
-rw-r--r-- | src/benchmark/taler-exchange-benchmark.conf | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.conf b/src/benchmark/taler-exchange-benchmark.conf index 16a26d8ae..a77df46a2 100644 --- a/src/benchmark/taler-exchange-benchmark.conf +++ b/src/benchmark/taler-exchange-benchmark.conf @@ -11,11 +11,6 @@ CURRENCY = KUDOS [exchange] -# Wire format supported by the exchange -# We use 'test' for testing of the actual -# coin operations, and 'sepa' to test SEPA-specific routines. -WIREFORMAT = test - # HTTP port the exchange listens to PORT = 8081 # How to access our database @@ -27,6 +22,9 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG [exchangedb-postgres] DB_CONN_STR = "postgres:///talercheck" +[exchange-wire-test] +# Enable 'test' for testing of the actual coin operations. +ENABLE = YES [exchange-wire-outgoing-test] # What is the main website of the bank? @@ -88,4 +86,3 @@ fee_deposit = KUDOS:0.00 fee_refresh = KUDOS:0.00 fee_refund = KUDOS:0.00 rsa_keysize = 1024 - |