diff options
Diffstat (limited to 'src/exchange-lib/test_exchange_api_twisted.conf')
-rw-r--r-- | src/exchange-lib/test_exchange_api_twisted.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/exchange-lib/test_exchange_api_twisted.conf b/src/exchange-lib/test_exchange_api_twisted.conf index 12a07a17..ba59b5a6 100644 --- a/src/exchange-lib/test_exchange_api_twisted.conf +++ b/src/exchange-lib/test_exchange_api_twisted.conf @@ -67,8 +67,11 @@ BASE_URL = "http://localhost:8888/" [exchangedb-postgres] DB_CONN_STR = "postgres:///talercheck" +[auditor] +BASE_URL = "http://the.auditor/" + [auditordb-postgres] -DB_CONN_STR = "postgres:///talercheck" +CONFIG = "postgres:///talercheck" [account-2] URL = payto://x-taler-bank/localhost:8082/2 |