diff options
Diffstat (limited to 'src/auditor')
| -rw-r--r-- | src/auditor/test-auditor.conf | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf index 13f385b1..40d5e3c8 100644 --- a/src/auditor/test-auditor.conf +++ b/src/auditor/test-auditor.conf @@ -5,7 +5,7 @@ TINY_AMOUNT = TESTKUDOS:0.01  [account-1]  WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json  url = payto://x-taler-bank/localhost:8082/2 -plugin = taler_bank +METHOD = x-taler-bank  enable_debit = yes  enable_credit = yes  TALER_BANK_AUTH_METHOD = basic @@ -23,6 +23,7 @@ CONFIG = postgres:///taler-auditor-test  [taler]  CURRENCY = TESTKUDOS +CURRENCY_ROUNDING = TESTKUDOS:0.01  [bank]  DATABASE = postgres:///taler-auditor-test | 
