summaryrefslogtreecommitdiff
path: root/src/auditordb/auditordb-postgres.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-06 15:17:10 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-06 15:17:10 +0200
commitb68adb93c6e0bcb225e115cd62e23f1318ef259b (patch)
tree2628579646ee622873cc21b37acee02d0084f870 /src/auditordb/auditordb-postgres.conf
parentf1a71f180c7bac551c8d4de2531172be561d5103 (diff)
downloadexchange-b68adb93c6e0bcb225e115cd62e23f1318ef259b.tar.gz
exchange-b68adb93c6e0bcb225e115cd62e23f1318ef259b.tar.bz2
exchange-b68adb93c6e0bcb225e115cd62e23f1318ef259b.zip
adding skeleton code for auditor
Diffstat (limited to 'src/auditordb/auditordb-postgres.conf')
-rw-r--r--src/auditordb/auditordb-postgres.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auditordb/auditordb-postgres.conf b/src/auditordb/auditordb-postgres.conf
new file mode 100644
index 000000000..4fe2064f1
--- /dev/null
+++ b/src/auditordb/auditordb-postgres.conf
@@ -0,0 +1,3 @@
+[auditordb-postgres]
+# Argument for Postgres for how to connect to the database.
+DB_CONN_STR = "postgres:///taler"