diff options
Diffstat (limited to 'src/auditor/test-auditor.conf')
-rw-r--r-- | src/auditor/test-auditor.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf new file mode 100644 index 00000000..4deb8140 --- /dev/null +++ b/src/auditor/test-auditor.conf @@ -0,0 +1,12 @@ +[auditor] +DB = postgres + +[auditordb-postgres] +CONFIG = postgres:///taler-auditor-test + +[exchangedb-postgres] +CONFIG = postgres:///taler-auditor-test + +[taler] +CURRENCY = TESTKUDOS + |