diff options
Diffstat (limited to 'src/exchangedb/exchangedb-postgres.conf')
-rw-r--r-- | src/exchangedb/exchangedb-postgres.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/exchangedb-postgres.conf b/src/exchangedb/exchangedb-postgres.conf index 40fe3de0e..7d600586f 100644 --- a/src/exchangedb/exchangedb-postgres.conf +++ b/src/exchangedb/exchangedb-postgres.conf @@ -2,4 +2,5 @@ CONFIG = "postgres:///taler" # Where are the SQL files to setup our tables? +# Important: this MUST end with a "/"! SQL_DIR = $DATADIR/sql/exchange/ |