diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-08-24 23:06:18 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-08-24 23:06:18 +0200 |
commit | 322e97cb11e0f05d839b99566106a6c7c9f4877f (patch) | |
tree | 0185a6dcea03efa7db7631f3ad0f672edf781f1b /src/auditor/test-auditor.conf | |
parent | cbcfc56e5a122af975db6c4caf87a296124f88aa (diff) |
shutdown when done
Diffstat (limited to 'src/auditor/test-auditor.conf')
-rw-r--r-- | src/auditor/test-auditor.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf index 420b68baf..0f16fbd9a 100644 --- a/src/auditor/test-auditor.conf +++ b/src/auditor/test-auditor.conf @@ -2,6 +2,16 @@ DB = postgres 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 +enable_debit = yes +enable_credit = yes +TALER_BANK_AUTH_METHOD = basic +USERNAME = Exchange +PASSWORD = x + [auditordb-postgres] CONFIG = postgres:///taler-auditor-test |