aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/perf_namestore_api_postgres.conf2
-rw-r--r--src/namestore/test_namestore_api_postgres.conf2
-rw-r--r--src/namestore/test_plugin_namestore_postgres.conf2
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
7DISABLE = YES 7DISABLE = YES
8 8
9[namestore-postgres] 9[namestore-postgres]
10CONFIG = connect_timeout=10; dbname=gnunetcheck 10CONFIG = connect_timeout=10 dbname=gnunetcheck
11TEMPORARY_TABLE = YES 11TEMPORARY_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
5 5
6 6
7[namestore-postgres] 7[namestore-postgres]
8CONFIG = connect_timeout=10; dbname=gnunetcheck 8CONFIG = connect_timeout=10 dbname=gnunetcheck
9TEMPORARY_TABLE = YES 9TEMPORARY_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 @@
1[namestore-postgres] 1[namestore-postgres]
2CONFIG = connect_timeout=10; dbname=gnunetcheck 2CONFIG = connect_timeout=10 dbname=gnunetcheck
3TEMPORARY_TABLE = YES 3TEMPORARY_TABLE = YES