From 4d2faa5ec92213efc4ee40f707ab0ad3615e5433 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 3 Mar 2017 19:23:34 +0100 Subject: changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wire-PLUGIN]enable=YES/NO --- src/exchange/test-taler-exchange-aggregator-postgres.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/exchange/test-taler-exchange-aggregator-postgres.conf') diff --git a/src/exchange/test-taler-exchange-aggregator-postgres.conf b/src/exchange/test-taler-exchange-aggregator-postgres.conf index 7bcadc157..4aa74b037 100644 --- a/src/exchange/test-taler-exchange-aggregator-postgres.conf +++ b/src/exchange/test-taler-exchange-aggregator-postgres.conf @@ -10,11 +10,6 @@ CURRENCY = EUR # The DB plugin to use DB = postgres -# 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 @@ -30,6 +25,9 @@ BASE_URL = "https://exchange.taler.net/" 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? -- cgit v1.2.3