summaryrefslogtreecommitdiff
path: root/src/exchangedb/bench-db-postgres.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/bench-db-postgres.conf')
-rw-r--r--src/exchangedb/bench-db-postgres.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/exchangedb/bench-db-postgres.conf b/src/exchangedb/bench-db-postgres.conf
new file mode 100644
index 000000000..d51cf9175
--- /dev/null
+++ b/src/exchangedb/bench-db-postgres.conf
@@ -0,0 +1,14 @@
+# This file is in the public domain.
+#
+# Database-backend independent specification for the exchangedb module.
+#
+[bench-db-postgres]
+CONFIG = postgres:///talercheck
+
+# Where are the SQL files to setup our tables?
+# Important: this MUST end with a "/"!
+SQL_DIR = $DATADIR/sql/exchange/
+
+[exchangedb]
+# Number of purses per account by default.
+DEFAULT_PURSE_LIMIT = 1 \ No newline at end of file