diff options
Diffstat (limited to 'src/exchangedb/exchangedb-postgres.conf')
-rw-r--r-- | src/exchangedb/exchangedb-postgres.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/exchangedb-postgres.conf b/src/exchangedb/exchangedb-postgres.conf index 5ebd656c..40fe3de0 100644 --- a/src/exchangedb/exchangedb-postgres.conf +++ b/src/exchangedb/exchangedb-postgres.conf @@ -1,2 +1,5 @@ [exchangedb-postgres] CONFIG = "postgres:///taler" + +# Where are the SQL files to setup our tables? +SQL_DIR = $DATADIR/sql/exchange/ |