aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/test-auditor-db-postgres.conf
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-04 14:20:50 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-04 14:20:50 +0100
commit7177c5c015102e3927976119c989a6a75e376bdc (patch)
tree3553f5a716a30efcd943eccc0d0965a50cebabb8 /src/auditordb/test-auditor-db-postgres.conf
parent1244bcf3a6329f8327e40b74e858da5890891130 (diff)
parentf113c1ebd6f98d4aa4c8c5eb6ab7e08b11c17a27 (diff)
downloadexchange-7177c5c015102e3927976119c989a6a75e376bdc.tar.xz
Merge branch 'master' of taler.net:exchange
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"