summaryrefslogtreecommitdiff
path: root/src/exchange/test_taler_exchange_httpd.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-03 19:23:34 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-03 19:24:08 +0100
commit4d2faa5ec92213efc4ee40f707ab0ad3615e5433 (patch)
tree4bb94dba0c77cca9d0ba6b7fb223bc9476edc08e /src/exchange/test_taler_exchange_httpd.conf
parentd06dac625072cad6888c9d0a77f6bd19faa5f2d9 (diff)
downloadexchange-4d2faa5ec92213efc4ee40f707ab0ad3615e5433.tar.gz
exchange-4d2faa5ec92213efc4ee40f707ab0ad3615e5433.tar.bz2
exchange-4d2faa5ec92213efc4ee40f707ab0ad3615e5433.zip
changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wire-PLUGIN]enable=YES/NO
Diffstat (limited to 'src/exchange/test_taler_exchange_httpd.conf')
-rw-r--r--src/exchange/test_taler_exchange_httpd.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/exchange/test_taler_exchange_httpd.conf b/src/exchange/test_taler_exchange_httpd.conf
index e1c30615b..945031dd1 100644
--- a/src/exchange/test_taler_exchange_httpd.conf
+++ b/src/exchange/test_taler_exchange_httpd.conf
@@ -9,11 +9,6 @@ CURRENCY = EUR
[exchange]
-# Wire format supported by the exchange
-# We use 'test' for testing of the actual
-# coin operations.
-WIREFORMAT = test
-
# HTTP port the exchange listens to
PORT = 8081
@@ -27,6 +22,9 @@ DB = postgres
[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?