diff options
| author | Christian Grothoff <christian@grothoff.org> | 2019-12-07 17:20:09 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2019-12-07 17:20:09 +0100 |
| commit | 9cbd1cc139217cc33ac1943d165e9b89ca5a8668 (patch) | |
| tree | 9f1e1cb8380ad8116ae2dd3307f042d39ef90504 /src/lib/test_exchange_api.conf | |
| parent | 91a418fe804ed3b1b59f860c0f8e3bfc62b75691 (diff) | |
report on file used
Diffstat (limited to 'src/lib/test_exchange_api.conf')
| -rw-r--r-- | src/lib/test_exchange_api.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/test_exchange_api.conf b/src/lib/test_exchange_api.conf index c2159dcd..c7adcfe0 100644 --- a/src/lib/test_exchange_api.conf +++ b/src/lib/test_exchange_api.conf @@ -5,6 +5,15 @@ # Persistant data storage for the testcase TALER_TEST_HOME = test_exchange_api_home/ +# Persistant data storage +TALER_DATA_HOME = $TALER_HOME/.local/share/taler/ + +# Configuration files +TALER_CONFIG_HOME = $TALER_HOME/.config/taler/ + +# Cached data, no big deal if lost +TALER_CACHE_HOME = $TALER_HOME/.cache/taler/ + [taler] # Currency supported by the exchange (can only be one) CURRENCY = EUR |
