aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/datacache/perf_datacache_data_mysql.conf8
-rw-r--r--src/datacache/perf_datacache_data_postgres.conf17
-rw-r--r--src/datacache/perf_datacache_data_sqlite.conf10
-rw-r--r--src/datacache/test_datacache_data_mysql.conf8
-rw-r--r--src/datacache/test_datacache_data_postgres.conf16
-rw-r--r--src/datacache/test_datacache_data_sqlite.conf9
6 files changed, 0 insertions, 68 deletions
diff --git a/src/datacache/perf_datacache_data_mysql.conf b/src/datacache/perf_datacache_data_mysql.conf
index 1884fd3e8..255006925 100644
--- a/src/datacache/perf_datacache_data_mysql.conf
+++ b/src/datacache/perf_datacache_data_mysql.conf
@@ -1,4 +1,3 @@
1
2[perfcache] 1[perfcache]
3QUOTA = 500000 2QUOTA = 500000
4DATABASE = mysql 3DATABASE = mysql
@@ -10,12 +9,5 @@ DATABASE = gnunetcheck
10# PASSWORD = 9# PASSWORD =
11# HOST = 10# HOST =
12# PORT = 11# PORT =
13[dns]
14AUTOSTART = NO
15
16
17
18[nse]
19AUTOSTART = NO
20 12
21 13
diff --git a/src/datacache/perf_datacache_data_postgres.conf b/src/datacache/perf_datacache_data_postgres.conf
index 03a9999fb..e69de29bb 100644
--- a/src/datacache/perf_datacache_data_postgres.conf
+++ b/src/datacache/perf_datacache_data_postgres.conf
@@ -1,17 +0,0 @@
1
2[perfcache]
3QUOTA = 500000
4DATABASE = postgres
5
6[datacache-postgres]
7CONFIG = dbname=gnunetcheck
8
9[dns]
10AUTOSTART = NO
11
12
13
14[nse]
15AUTOSTART = NO
16
17
diff --git a/src/datacache/perf_datacache_data_sqlite.conf b/src/datacache/perf_datacache_data_sqlite.conf
index 4bc4333cc..b81034f5f 100644
--- a/src/datacache/perf_datacache_data_sqlite.conf
+++ b/src/datacache/perf_datacache_data_sqlite.conf
@@ -1,14 +1,4 @@
1
2[perfcache] 1[perfcache]
3QUOTA = 500000 2QUOTA = 500000
4DATABASE = sqlite 3DATABASE = sqlite
5 4
6[dns]
7AUTOSTART = NO
8
9
10
11[nse]
12AUTOSTART = NO
13
14
diff --git a/src/datacache/test_datacache_data_mysql.conf b/src/datacache/test_datacache_data_mysql.conf
index 68c7bbbcd..de84b4ca7 100644
--- a/src/datacache/test_datacache_data_mysql.conf
+++ b/src/datacache/test_datacache_data_mysql.conf
@@ -1,4 +1,3 @@
1
2[testcache] 1[testcache]
3QUOTA = 1000000 2QUOTA = 1000000
4DATABASE = mysql 3DATABASE = mysql
@@ -10,12 +9,5 @@ DATABASE = gnunetcheck
10# PASSWORD = 9# PASSWORD =
11# HOST = 10# HOST =
12# PORT = 11# PORT =
13[dns]
14AUTOSTART = NO
15
16
17
18[nse]
19AUTOSTART = NO
20 12
21 13
diff --git a/src/datacache/test_datacache_data_postgres.conf b/src/datacache/test_datacache_data_postgres.conf
index 0be4188c1..8b1378917 100644
--- a/src/datacache/test_datacache_data_postgres.conf
+++ b/src/datacache/test_datacache_data_postgres.conf
@@ -1,17 +1 @@
1
2[testcache]
3QUOTA = 1000000
4DATABASE = postgres
5
6[datacache-postgres]
7CONFIG = dbname=gnunetcheck
8
9[dns]
10AUTOSTART = NO
11
12
13
14[nse]
15AUTOSTART = NO
16
17
diff --git a/src/datacache/test_datacache_data_sqlite.conf b/src/datacache/test_datacache_data_sqlite.conf
index fc7313af2..8254e483a 100644
--- a/src/datacache/test_datacache_data_sqlite.conf
+++ b/src/datacache/test_datacache_data_sqlite.conf
@@ -1,14 +1,5 @@
1
2[testcache] 1[testcache]
3QUOTA = 1000000 2QUOTA = 1000000
4DATABASE = sqlite 3DATABASE = sqlite
5 4
6[dns]
7AUTOSTART = NO
8
9
10
11[nse]
12AUTOSTART = NO
13
14 5