diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2020-11-13 11:19:51 +0900 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2020-11-13 11:19:51 +0900 |
commit | 08579a887336283b7400b3540f01729bf001b5e1 (patch) | |
tree | 22d7601de9df9feb1afbda8403a057f7e202f551 | |
parent | 99e61479aec983fca8c835fdeb24c9c840513f63 (diff) |
-fix postgres test connection string
-rw-r--r-- | src/namestore/perf_namestore_api_postgres.conf | 2 | ||||
-rw-r--r-- | src/namestore/test_namestore_api_postgres.conf | 2 | ||||
-rw-r--r-- | src/namestore/test_plugin_namestore_postgres.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/namestore/perf_namestore_api_postgres.conf b/src/namestore/perf_namestore_api_postgres.conf index 16f530252..52d0ecdd5 100644 --- a/src/namestore/perf_namestore_api_postgres.conf +++ b/src/namestore/perf_namestore_api_postgres.conf @@ -7,5 +7,5 @@ DATABASE = postgres DISABLE = YES [namestore-postgres] -CONFIG = connect_timeout=10; dbname=gnunetcheck +CONFIG = connect_timeout=10 dbname=gnunetcheck TEMPORARY_TABLE = YES diff --git a/src/namestore/test_namestore_api_postgres.conf b/src/namestore/test_namestore_api_postgres.conf index 9960e6315..93ef935b5 100644 --- a/src/namestore/test_namestore_api_postgres.conf +++ b/src/namestore/test_namestore_api_postgres.conf @@ -5,5 +5,5 @@ DATABASE = postgres [namestore-postgres] -CONFIG = connect_timeout=10; dbname=gnunetcheck +CONFIG = connect_timeout=10 dbname=gnunetcheck TEMPORARY_TABLE = YES diff --git a/src/namestore/test_plugin_namestore_postgres.conf b/src/namestore/test_plugin_namestore_postgres.conf index 8473857d5..2ce8a7792 100644 --- a/src/namestore/test_plugin_namestore_postgres.conf +++ b/src/namestore/test_plugin_namestore_postgres.conf @@ -1,3 +1,3 @@ [namestore-postgres] -CONFIG = connect_timeout=10; dbname=gnunetcheck +CONFIG = connect_timeout=10 dbname=gnunetcheck TEMPORARY_TABLE = YES |