diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-03 19:23:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-03 19:24:08 +0100 |
commit | 4d2faa5ec92213efc4ee40f707ab0ad3615e5433 (patch) | |
tree | 4bb94dba0c77cca9d0ba6b7fb223bc9476edc08e /src/exchange-lib/test_exchange_api.conf | |
parent | d06dac625072cad6888c9d0a77f6bd19faa5f2d9 (diff) |
changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wire-PLUGIN]enable=YES/NO
Diffstat (limited to 'src/exchange-lib/test_exchange_api.conf')
-rw-r--r-- | src/exchange-lib/test_exchange_api.conf | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/exchange-lib/test_exchange_api.conf b/src/exchange-lib/test_exchange_api.conf index 83be7c410..76ade18fe 100644 --- a/src/exchange-lib/test_exchange_api.conf +++ b/src/exchange-lib/test_exchange_api.conf @@ -10,11 +10,6 @@ CURRENCY = EUR [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 sepa - # HTTP port the exchange listens to PORT = 8081 @@ -31,11 +26,19 @@ BASE_URL = "https://exchange.com/" [exchangedb-postgres] DB_CONN_STR = "postgres:///talercheck" +[exchange-wire-sepa] +# Enable 'sepa' to test SEPA-specific routines. +ENABLE = YES + [exchange-wire-incoming-sepa] # This is the response we give out for the /wire request. It provides # wallets with the bank information for transfers to the exchange. SEPA_RESPONSE_FILE = ${TALER_CONFIG_HOME}/sepa.json +[exchange-wire-test] +# Enable 'test' for testing of the actual coin operations. +ENABLE = YES + [exchange-wire-incoming-test] # This is the response we give out for the /wire request. It provides # wallets with the bank information for transfers to the exchange. |