summaryrefslogtreecommitdiff
path: root/src/auditordb/test-auditor-db-postgres.conf
diff options
context:
space:
mode:
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"