diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 03:09:05 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 03:09:05 +0100 |
commit | 097e968e1d03b0e0ae00738219a52f81b4a405b5 (patch) | |
tree | 6a305e6d4e1a0bc28e3142276f323ede5a0ed671 /src/auditordb/test-auditor-db-postgres.conf | |
parent | d4fded4b666032a86b653d40193713932f12b113 (diff) | |
download | exchange-097e968e1d03b0e0ae00738219a52f81b4a405b5.tar.gz exchange-097e968e1d03b0e0ae00738219a52f81b4a405b5.tar.bz2 exchange-097e968e1d03b0e0ae00738219a52f81b4a405b5.zip |
fix
Diffstat (limited to 'src/auditordb/test-auditor-db-postgres.conf')
-rw-r--r-- | src/auditordb/test-auditor-db-postgres.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/test-auditor-db-postgres.conf b/src/auditordb/test-auditor-db-postgres.conf index 924aef43..342c302e 100644 --- a/src/auditordb/test-auditor-db-postgres.conf +++ b/src/auditordb/test-auditor-db-postgres.conf @@ -7,7 +7,7 @@ DB = postgres CONFIG = "postgres:///talercheck" # Where are the SQL files to setup our tables? -SQL_DIR = $DATADIR/sql/exchange/ +SQL_DIR = $DATADIR/sql/auditor/ [taler] CURRENCY = "EUR" |