diff options
author | tg(x) <*@tg-x.net> | 2016-11-04 00:37:47 +0100 |
---|---|---|
committer | tg(x) <*@tg-x.net> | 2016-11-04 00:37:47 +0100 |
commit | 9ad83ae9bf74a9987fa957f544c7c6d8ee4af193 (patch) | |
tree | 5c9a1cc11f1f8ca589c66324ffbeaeea4a5f48e7 /src/auditordb/test-auditor-db-postgres.conf | |
parent | 59fa9d8255562b47f98cc55db066d50b9075fed7 (diff) |
auditordb test
Diffstat (limited to 'src/auditordb/test-auditor-db-postgres.conf')
-rw-r--r-- | src/auditordb/test-auditor-db-postgres.conf | 7 |
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" |