diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 03:08:30 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 03:08:30 +0100 |
commit | d4fded4b666032a86b653d40193713932f12b113 (patch) | |
tree | c6c34639212a752f55d86c4fe6248c013c624cf2 /src/exchangedb/test-exchange-db-postgres.conf | |
parent | da0a2f39d0ae59036e9bb08f7ae9ef02cfacc3c9 (diff) |
fix build system
Diffstat (limited to 'src/exchangedb/test-exchange-db-postgres.conf')
-rw-r--r-- | src/exchangedb/test-exchange-db-postgres.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/test-exchange-db-postgres.conf b/src/exchangedb/test-exchange-db-postgres.conf index e61c4505a..f6db76942 100644 --- a/src/exchangedb/test-exchange-db-postgres.conf +++ b/src/exchangedb/test-exchange-db-postgres.conf @@ -7,6 +7,9 @@ DB = postgres #The connection string the plugin has to use for connecting to the database CONFIG = postgres:///talercheck +# Where are the SQL files to setup our tables? +SQL_DIR = $DATADIR/sql/exchange/ + [taler] CURRENCY = EUR |