diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-10-06 15:17:10 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-10-06 15:17:10 +0200 |
commit | b68adb93c6e0bcb225e115cd62e23f1318ef259b (patch) | |
tree | 2628579646ee622873cc21b37acee02d0084f870 /src/auditordb/auditordb-postgres.conf | |
parent | f1a71f180c7bac551c8d4de2531172be561d5103 (diff) |
adding skeleton code for auditor
Diffstat (limited to 'src/auditordb/auditordb-postgres.conf')
-rw-r--r-- | src/auditordb/auditordb-postgres.conf | 3 |
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" |