diff options
| author | Florian Dold <florian.dold@gmail.com> | 2016-04-19 23:40:47 +0200 | 
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2016-04-19 23:41:07 +0200 | 
| commit | e01143daf39147110eeec21f38876db922d5ddfd (patch) | |
| tree | c62e32ace9c138d98ea0196dabc5ed39de14c056 /src/exchange-lib/test_exchange_api.conf | |
| parent | f9d4a9671521e77d3235364e98b19a1c7cc08cb9 (diff) | |
move currency to taler section, create taler.conf
Diffstat (limited to 'src/exchange-lib/test_exchange_api.conf')
| -rw-r--r-- | src/exchange-lib/test_exchange_api.conf | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/src/exchange-lib/test_exchange_api.conf b/src/exchange-lib/test_exchange_api.conf index 281ac736..3c68f605 100644 --- a/src/exchange-lib/test_exchange_api.conf +++ b/src/exchange-lib/test_exchange_api.conf @@ -4,10 +4,12 @@  # Persistant data storage for the testcase  TALER_TEST_HOME = test_exchange_api_home/ -[exchange] +[taler]  # Currency supported by the exchange (can only be one)  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.  | 
