summaryrefslogtreecommitdiff
path: root/src/auditordb/test-auditor-db-postgres.conf
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2016-11-04 00:37:47 +0100
committertg(x) <*@tg-x.net>2016-11-04 00:37:47 +0100
commit9ad83ae9bf74a9987fa957f544c7c6d8ee4af193 (patch)
tree5c9a1cc11f1f8ca589c66324ffbeaeea4a5f48e7 /src/auditordb/test-auditor-db-postgres.conf
parent59fa9d8255562b47f98cc55db066d50b9075fed7 (diff)
downloadexchange-9ad83ae9bf74a9987fa957f544c7c6d8ee4af193.tar.gz
exchange-9ad83ae9bf74a9987fa957f544c7c6d8ee4af193.tar.bz2
exchange-9ad83ae9bf74a9987fa957f544c7c6d8ee4af193.zip
auditordb test
Diffstat (limited to 'src/auditordb/test-auditor-db-postgres.conf')
-rw-r--r--src/auditordb/test-auditor-db-postgres.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/auditordb/test-auditor-db-postgres.conf b/src/auditordb/test-auditor-db-postgres.conf
new file mode 100644
index 000000000..5c1e7fbc1
--- /dev/null
+++ b/src/auditordb/test-auditor-db-postgres.conf
@@ -0,0 +1,7 @@
+[auditor]
+# Which database backend do we use for the auditor?
+DB = postgres
+
+[auditordb-postgres]
+# Argument for Postgres for how to connect to the database.
+DB_CONN_STR = "postgres:///talercheck"