summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-17 22:25:00 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-17 22:25:14 +0100
commit3083dc76e4cb1b72db34a9a020036cf12c66565f (patch)
treeec3c104e77c62bca18b7b86478bf5c45026e4301 /src/auditor
parent108bf01f11f97c63862e780e42101ed59b8f9ff9 (diff)
downloadexchange-3083dc76e4cb1b72db34a9a020036cf12c66565f.tar.gz
exchange-3083dc76e4cb1b72db34a9a020036cf12c66565f.tar.bz2
exchange-3083dc76e4cb1b72db34a9a020036cf12c66565f.zip
auditor basedb config
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/generate-auditor-basedb.conf12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf
index da65627dd..681e0135b 100644
--- a/src/auditor/generate-auditor-basedb.conf
+++ b/src/auditor/generate-auditor-basedb.conf
@@ -59,7 +59,7 @@ MAX_DEBT = TESTKUDOS:50.0
MAX_DEBT_BANK = TESTKUDOS:100000.0
HTTP_PORT = 8082
SUGGESTED_EXCHANGE = http://localhost:8081/
-SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2
+SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2
[exchangedb]
@@ -79,21 +79,19 @@ CURRENCY = TESTKUDOS
[account-1]
WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json
-url = payto://x-taler-bank/localhost:8082/2
+url = payto://x-taler-bank/localhost/2
METHOD = x-taler-bank
enable_debit = yes
enable_credit = yes
-TALER_BANK_AUTH_METHOD = basic
+WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/42/"
+WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = Exchange
PASSWORD = x
[account-merchant]
-URL = payto://x-taler-bank/localhost:8082/3
+URL = payto://x-taler-bank/localhost/3
WIRE_RESPONSE = ${TALER_CONFIG_HOME}/merchant/account-3.json
METHOD = x-taler-bank
-TALER_BANK_AUTH_METHOD = basic
-USERNAME = user
-PASSWORD = pass
HONOR_default = YES
ACTIVE_default = YES