diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-29 11:35:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-29 11:35:34 +0200 |
commit | ab3042243df1432068e08f6d7f659d761ad6384c (patch) | |
tree | 0e1d943cf73f4e890b251086a4aac2635376d94e /src/exchangedb/test-exchange-db-postgres.conf | |
parent | 9968a34a1dd7fb22ebe3a334857d8c33d6889a4a (diff) |
address most FIXMEs in pg plugin
Diffstat (limited to 'src/exchangedb/test-exchange-db-postgres.conf')
-rw-r--r-- | src/exchangedb/test-exchange-db-postgres.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/test-exchange-db-postgres.conf b/src/exchangedb/test-exchange-db-postgres.conf index f6db76942..e582025b1 100644 --- a/src/exchangedb/test-exchange-db-postgres.conf +++ b/src/exchangedb/test-exchange-db-postgres.conf @@ -2,6 +2,8 @@ #The DB plugin to use DB = postgres +BASE_URL = http://localhost/ + [exchangedb-postgres] #The connection string the plugin has to use for connecting to the database |