diff options
Diffstat (limited to 'src/auditordb/auditordb-postgres.conf')
-rw-r--r-- | src/auditordb/auditordb-postgres.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/auditordb-postgres.conf b/src/auditordb/auditordb-postgres.conf index 4fe2064f..9a6d3988 100644 --- a/src/auditordb/auditordb-postgres.conf +++ b/src/auditordb/auditordb-postgres.conf @@ -1,3 +1,3 @@ [auditordb-postgres] # Argument for Postgres for how to connect to the database. -DB_CONN_STR = "postgres:///taler" +CONFIG = "postgres:///taler" |