From d4fded4b666032a86b653d40193713932f12b113 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 17 Jan 2020 03:08:30 +0100 Subject: fix build system --- src/auditordb/auditordb-postgres.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/auditordb/auditordb-postgres.conf') diff --git a/src/auditordb/auditordb-postgres.conf b/src/auditordb/auditordb-postgres.conf index 9a6d39884..fe408c3bb 100644 --- a/src/auditordb/auditordb-postgres.conf +++ b/src/auditordb/auditordb-postgres.conf @@ -1,3 +1,6 @@ [auditordb-postgres] # Argument for Postgres for how to connect to the database. CONFIG = "postgres:///taler" + +# Where are the SQL files to setup our tables? +SQL_DIR = $DATADIR/sql/auditor/ -- cgit v1.2.3