summaryrefslogtreecommitdiff
path: root/src/auditordb/test-auditor-db-postgres.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 03:08:30 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 03:08:30 +0100
commitd4fded4b666032a86b653d40193713932f12b113 (patch)
treec6c34639212a752f55d86c4fe6248c013c624cf2 /src/auditordb/test-auditor-db-postgres.conf
parentda0a2f39d0ae59036e9bb08f7ae9ef02cfacc3c9 (diff)
downloadexchange-d4fded4b666032a86b653d40193713932f12b113.tar.gz
exchange-d4fded4b666032a86b653d40193713932f12b113.tar.bz2
exchange-d4fded4b666032a86b653d40193713932f12b113.zip
fix build system
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"
-