diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-09-05 05:49:25 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-09-05 05:49:25 +0200 |
commit | cc5297a7f14faf4aa9ed08fe3e571a0c49c743b5 (patch) | |
tree | 256c69cc7dbaaf526e1f1c674a96cdb90679bbbb /src/auditor/test-auditor.conf | |
parent | ecfc8ace5576809d32ebd7d4890fb085ddd5cc9e (diff) |
pass wire fees to aggregator in test case
Diffstat (limited to 'src/auditor/test-auditor.conf')
-rw-r--r-- | src/auditor/test-auditor.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf index 0f16fbd9a..966ee5b5d 100644 --- a/src/auditor/test-auditor.conf +++ b/src/auditor/test-auditor.conf @@ -12,6 +12,9 @@ TALER_BANK_AUTH_METHOD = basic USERNAME = Exchange PASSWORD = x +[exchangedb] +WIREFEE_BASE_DIR = ${PWD}/wirefees/ + [auditordb-postgres] CONFIG = postgres:///taler-auditor-test |