diff options
Diffstat (limited to 'src/auditordb/auditordb-postgres.conf')
-rw-r--r-- | src/auditordb/auditordb-postgres.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/auditordb/auditordb-postgres.conf b/src/auditordb/auditordb-postgres.conf index 9a6d3988..fe408c3b 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/ |