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 | |
parent | d4fded4b666032a86b653d40193713932f12b113 (diff) |
fix
Diffstat (limited to 'src')
-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 924aef435..342c302e7 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" |