summaryrefslogtreecommitdiff
path: root/src/auditordb/test-auditor-db-postgres.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/test-auditor-db-postgres.conf')
-rw-r--r--src/auditordb/test-auditor-db-postgres.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/auditordb/test-auditor-db-postgres.conf b/src/auditordb/test-auditor-db-postgres.conf
index b08195eb8..924aef435 100644
--- a/src/auditordb/test-auditor-db-postgres.conf
+++ b/src/auditordb/test-auditor-db-postgres.conf
@@ -6,6 +6,8 @@ DB = postgres
# Argument for Postgres for how to connect to the database.
CONFIG = "postgres:///talercheck"
+# Where are the SQL files to setup our tables?
+SQL_DIR = $DATADIR/sql/exchange/
+
[taler]
CURRENCY = "EUR"
-