summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchangedb-postgres.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/exchangedb-postgres.conf')
-rw-r--r--src/exchangedb/exchangedb-postgres.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/exchangedb/exchangedb-postgres.conf b/src/exchangedb/exchangedb-postgres.conf
index 7d600586f..726d28576 100644
--- a/src/exchangedb/exchangedb-postgres.conf
+++ b/src/exchangedb/exchangedb-postgres.conf
@@ -1,6 +1,9 @@
[exchangedb-postgres]
-CONFIG = "postgres:///taler"
+CONFIG = "postgres:///taler-exchange"
# Where are the SQL files to setup our tables?
# Important: this MUST end with a "/"!
-SQL_DIR = $DATADIR/sql/exchange/
+SQL_DIR = ${DATADIR}sql/exchange/
+
+# Number of purses per account by default.
+DEFAULT_PURSE_LIMIT = 1 \ No newline at end of file