aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 13:16:23 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 13:16:23 +0000
commit7c8383cb97f28bc492d5796ebb510e10946771ca (patch)
tree55959ed3930dfd088a907f47ddc81ad0b0478ef7 /src
parent86bd880b33b81296ed00a440b394b2f14a443870 (diff)
downloadgnunet-7c8383cb97f28bc492d5796ebb510e10946771ca.tar.gz
gnunet-7c8383cb97f28bc492d5796ebb510e10946771ca.zip
simplifying configs with includes
Diffstat (limited to 'src')
-rw-r--r--src/fs/Makefile.am1
-rw-r--r--src/fs/fs_test_lib_data.conf93
-rw-r--r--src/fs/test_fs_data.conf60
-rw-r--r--src/fs/test_fs_defaults.conf73
-rw-r--r--src/fs/test_fs_download_data.conf59
-rw-r--r--src/fs/test_fs_file_information_data.conf56
-rw-r--r--src/fs/test_fs_list_indexed_data.conf54
-rw-r--r--src/fs/test_fs_namespace_data.conf59
-rw-r--r--src/fs/test_fs_publish_data.conf54
-rw-r--r--src/fs/test_fs_search_data.conf56
-rw-r--r--src/fs/test_fs_unindex_data.conf56
-rw-r--r--src/fs/test_fs_uri_data.conf28
-rw-r--r--src/fs/test_gnunet_fs_idx_data.conf58
-rw-r--r--src/fs/test_gnunet_fs_ns_data.conf58
-rw-r--r--src/fs/test_gnunet_fs_psd_data.conf60
-rw-r--r--src/fs/test_gnunet_fs_rec_data.conf59
-rw-r--r--src/fs/test_gnunet_service_fs_migration_data.conf83
17 files changed, 95 insertions, 872 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 39dce602e..ae8d699a1 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -388,6 +388,7 @@ test_gnunet_fs_idx.py: test_gnunet_fs_idx.py.in Makefile
388 388
389 389
390EXTRA_DIST = \ 390EXTRA_DIST = \
391 test_fs_defaults.conf \
391 fs_test_lib_data.conf \ 392 fs_test_lib_data.conf \
392 test_fs_data.conf \ 393 test_fs_data.conf \
393 test_fs_download_data.conf \ 394 test_fs_download_data.conf \
diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf
index 27fe736b7..6b2f02ee6 100644
--- a/src/fs/fs_test_lib_data.conf
+++ b/src/fs/fs_test_lib_data.conf
@@ -1,96 +1,11 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-lib/ 3SERVICEHOME = /tmp/gnunet-fs-test-lib/
3DEFAULTCONFIG = fs_test_lib_data.conf
4
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 43464
10HOSTNAME = localhost
11
12[transport]
13PORT = 43465
14PLUGINS = tcp
15#DEBUG = YES
16#PREFIX = valgrind --tool=memcheck --leak-check=yes
17#BINARY = /home/grothoff/bin/gnunet-service-transport
18
19[nat]
20DISABLEV6 = YES
21ENABLE_UPNP = NO
22BEHIND_NAT = NO
23ALLOW_NAT = NO
24INTERNAL_ADDRESS = 127.0.0.1
25EXTERNAL_ADDRESS = 127.0.0.1
26USE_LOCALADDR = NO
27
28[arm]
29PORT = 43466
30HOSTNAME = localhost
31DEFAULTSERVICES = fs
32#GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs
33
34[datastore]
35#DEBUG = YES
36#PREFIX = valgrind --tool=memcheck --leak-check=yes
37QUOTA = 2000000000
38
39[statistics]
40PORT = 43467
41HOSTNAME = localhost
42
43[transport-tcp]
44BINDTO = 127.0.0.1
45PORT = 43468
46
47[peerinfo]
48PORT = 43469
49HOSTNAME = localhost
50 4
51[core] 5[core]
52PORT = 43470
53HOSTNAME = localhost
54#TOTAL_QUOTA_IN = 9321
55#TOTAL_QUOTA_OUT = 9321
56TOTAL_QUOTA_IN = 3932160 6TOTAL_QUOTA_IN = 3932160
57TOTAL_QUOTA_OUT = 3932160 7TOTAL_QUOTA_OUT = 3932160
58#DEBUG = YES
59#PREFIX = valgrind --tool=memcheck --leak-check=yes
60#BINARY = /home/grothoff/bin/gnunet-service-core
61
62[fs]
63PORT = 43471
64HOSTNAME = localhost
65#OPTIONS = -L DEBUG
66CONTENT_CACHING = NO
67CONTENT_PUSHING = NO
68DELAY = NO
69#DEBUG = YES
70#PREFIX = valgrind --tool=memcheck --leak-check=yes
71#BINARY = /home/grothoff/bin/gnunet-service-fs
72#PREFIX = xterm -e gdb -x cmd --args
73
74[testing]
75WEAKRANDOM = YES
76HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
77
78
79[dhtcache]
80QUOTA=65536
81DATABASE=sqlite
82
83[mesh]
84AUTOSTART = NO
85
86
87
88[dns]
89AUTOSTART = NO
90
91
92
93[nse]
94AUTOSTART = NO
95 8
9[datastore]
10QUOTA = 2000000000
96 11
diff --git a/src/fs/test_fs_data.conf b/src/fs/test_fs_data.conf
index 86abb732e..f2b4e1ee7 100644
--- a/src/fs/test_fs_data.conf
+++ b/src/fs/test_fs_data.conf
@@ -1,64 +1,8 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs/ 3SERVICEHOME = /tmp/gnunet-test-fs-data/
3DEFAULTCONFIG = test_fs_data.conf 4DEFAULTCONFIG = test_fs_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 42464
10HOSTNAME = localhost
11
12[transport]
13PORT = 42465
14PLUGINS =
15#DEBUG = YES
16
17[arm]
18PORT = 42466
19HOSTNAME = localhost
20DEFAULTSERVICES =
21
22[datastore]
23#DEBUG = YES
24
25[statistics]
26PORT = 42467
27HOSTNAME = localhost
28
29[peerinfo]
30PORT = 42469
31HOSTNAME = localhost
32
33[core]
34PORT = 42470
35HOSTNAME = localhost
36
37[fs] 6[fs]
38PORT = 42471
39HOSTNAME = localhost
40ACTIVEMIGRATION = NO 7ACTIVEMIGRATION = NO
41#DEBUG = YES
42
43[testing]
44WEAKRANDOM = YES
45
46
47[dhtcache]
48QUOTA=65536
49
50DATABASE=sqlite
51[mesh]
52AUTOSTART = NO
53
54
55
56[dns]
57AUTOSTART = NO
58
59
60
61[nse]
62AUTOSTART = NO
63
64 8
diff --git a/src/fs/test_fs_defaults.conf b/src/fs/test_fs_defaults.conf
new file mode 100644
index 000000000..5e54e15ea
--- /dev/null
+++ b/src/fs/test_fs_defaults.conf
@@ -0,0 +1,73 @@
1[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-lib/
3DEFAULTCONFIG = fs_test_lib_data.conf
4
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 43464
10HOSTNAME = localhost
11
12[transport]
13PORT = 43465
14PLUGINS = tcp
15
16[nat]
17DISABLEV6 = YES
18ENABLE_UPNP = NO
19BEHIND_NAT = NO
20ALLOW_NAT = NO
21INTERNAL_ADDRESS = 127.0.0.1
22EXTERNAL_ADDRESS = 127.0.0.1
23USE_LOCALADDR = NO
24
25[arm]
26PORT = 43466
27HOSTNAME = localhost
28DEFAULTSERVICES = fs
29
30[datastore]
31QUOTA = 100000000
32
33[statistics]
34PORT = 43467
35HOSTNAME = localhost
36
37[transport-tcp]
38BINDTO = 127.0.0.1
39PORT = 43468
40
41[peerinfo]
42PORT = 43469
43HOSTNAME = localhost
44
45[core]
46PORT = 43470
47HOSTNAME = localhost
48TOTAL_QUOTA_IN = 65536
49TOTAL_QUOTA_OUT = 65536
50
51[fs]
52PORT = 43471
53HOSTNAME = localhost
54CONTENT_CACHING = YES
55CONTENT_PUSHING = YES
56DELAY = YES
57
58[testing]
59WEAKRANDOM = YES
60HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
61
62[dhtcache]
63QUOTA=65536
64DATABASE=sqlite
65
66[mesh]
67AUTOSTART = NO
68
69[dns]
70AUTOSTART = NO
71
72[nse]
73AUTOSTART = NO
diff --git a/src/fs/test_fs_download_data.conf b/src/fs/test_fs_download_data.conf
index 7509b5ef0..25aad5119 100644
--- a/src/fs/test_fs_download_data.conf
+++ b/src/fs/test_fs_download_data.conf
@@ -1,62 +1,5 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-download/ 3SERVICEHOME = /tmp/gnunet-test-fs-download/
3DEFAULTCONFIG = test_fs_download_data.conf 4DEFAULTCONFIG = test_fs_download_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 42464
10HOSTNAME = localhost
11
12[transport]
13PORT = 42465
14PLUGINS =
15
16[arm]
17PORT = 42466
18HOSTNAME = localhost
19DEFAULTSERVICES =
20
21[datastore]
22#DEBUG = YES
23
24[statistics]
25PORT = 42467
26HOSTNAME = localhost
27
28[peerinfo]
29PORT = 42469
30HOSTNAME = localhost
31
32[core]
33PORT = 42470
34HOSTNAME = localhost
35
36[fs]
37PORT = 42471
38HOSTNAME = localhost
39CONTENT_CACHING = NO
40CONTENT_PUSHING = NO
41# DEBUG = YES
42#PREFIX = valgrind --tool=memcheck --leak-check=yes
43#BINARY = /home/grothoff/bin/gnunet-service-fs
44
45[testing]
46WEAKRANDOM = YES
47
48
49[dhtcache]
50QUOTA=65536
51DATABASE=sqlite
52
53[mesh]
54AUTOSTART = NO
55
56[dns]
57AUTOSTART = NO
58
59[nse]
60AUTOSTART = NO
61
62
diff --git a/src/fs/test_fs_file_information_data.conf b/src/fs/test_fs_file_information_data.conf
index f0585fe81..09cedf899 100644
--- a/src/fs/test_fs_file_information_data.conf
+++ b/src/fs/test_fs_file_information_data.conf
@@ -1,62 +1,8 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-file-information/ 3SERVICEHOME = /tmp/gnunet-test-fs-file-information/
3DEFAULTCONFIG = test_fs_file_information_data.conf 4DEFAULTCONFIG = test_fs_file_information_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 42464
10HOSTNAME = localhost
11
12[transport] 6[transport]
13PORT = 42465
14PLUGINS = 7PLUGINS =
15 8
16[arm]
17PORT = 42466
18HOSTNAME = localhost
19DEFAULTSERVICES =
20
21[datastore]
22#DEBUG = YES
23
24[statistics]
25PORT = 42467
26HOSTNAME = localhost
27
28[peerinfo]
29PORT = 42469
30HOSTNAME = localhost
31
32[core]
33PORT = 42470
34HOSTNAME = localhost
35
36[fs]
37PORT = 42471
38HOSTNAME = localhost
39#DEBUG = YES
40
41[testing]
42WEAKRANDOM = YES
43
44
45[dhtcache]
46QUOTA=65536
47
48DATABASE=sqlite
49[mesh]
50AUTOSTART = NO
51
52
53
54[dns]
55AUTOSTART = NO
56
57
58
59[nse]
60AUTOSTART = NO
61
62
diff --git a/src/fs/test_fs_list_indexed_data.conf b/src/fs/test_fs_list_indexed_data.conf
index 4d6ed7e26..704ba4d66 100644
--- a/src/fs/test_fs_list_indexed_data.conf
+++ b/src/fs/test_fs_list_indexed_data.conf
@@ -1,63 +1,11 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-list-indexed/ 3SERVICEHOME = /tmp/gnunet-test-fs-list-indexed/
3DEFAULTCONFIG = test_fs_list_indexed_data.conf 4DEFAULTCONFIG = test_fs_list_indexed_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 42464
10HOSTNAME = localhost
11
12[transport] 6[transport]
13PORT = 42465
14PLUGINS = 7PLUGINS =
15 8
16[arm]
17PORT = 42466
18HOSTNAME = localhost
19DEFAULTSERVICES =
20
21[datastore]
22#DEBUG = YES
23
24[statistics]
25PORT = 42467
26HOSTNAME = localhost
27
28[peerinfo]
29PORT = 42469
30HOSTNAME = localhost
31
32[core]
33PORT = 42470
34HOSTNAME = localhost
35
36[fs] 9[fs]
37PORT = 42471
38HOSTNAME = localhost
39ACTIVEMIGRATION = NO 10ACTIVEMIGRATION = NO
40# DEBUG = YES
41
42[testing]
43WEAKRANDOM = YES
44
45
46[dhtcache]
47QUOTA=65536
48
49DATABASE=sqlite
50[mesh]
51AUTOSTART = NO
52
53
54
55[dns]
56AUTOSTART = NO
57
58
59
60[nse]
61AUTOSTART = NO
62
63 11
diff --git a/src/fs/test_fs_namespace_data.conf b/src/fs/test_fs_namespace_data.conf
index 50ea0dc20..3cdd241d7 100644
--- a/src/fs/test_fs_namespace_data.conf
+++ b/src/fs/test_fs_namespace_data.conf
@@ -1,65 +1,8 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-namespace/ 3SERVICEHOME = /tmp/gnunet-test-fs-namespace/
3DEFAULTCONFIG = test_fs_namespace_data.conf 4DEFAULTCONFIG = test_fs_namespace_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 42464
10HOSTNAME = localhost
11
12[transport] 6[transport]
13PORT = 42465
14PLUGINS = 7PLUGINS =
15 8
16[arm]
17PORT = 42466
18HOSTNAME = localhost
19DEFAULTSERVICES =
20
21[datastore]
22# DEBUG = YES
23
24[statistics]
25PORT = 42467
26HOSTNAME = localhost
27
28[peerinfo]
29PORT = 42469
30HOSTNAME = localhost
31
32[core]
33PORT = 42470
34HOSTNAME = localhost
35
36[fs]
37PORT = 42471
38HOSTNAME = localhost
39IDENTITY_DIR = $SERVICEHOME/pseudos/
40# DEBUG = YES
41CONTENT_CACHING = NO
42CONTENT_PUSHING = NO
43
44[testing]
45WEAKRANDOM = YES
46
47
48[dhtcache]
49QUOTA=65536
50
51DATABASE=sqlite
52[mesh]
53AUTOSTART = NO
54
55
56
57[dns]
58AUTOSTART = NO
59
60
61
62[nse]
63AUTOSTART = NO
64
65
diff --git a/src/fs/test_fs_publish_data.conf b/src/fs/test_fs_publish_data.conf
index 404111152..234f2b0ef 100644
--- a/src/fs/test_fs_publish_data.conf
+++ b/src/fs/test_fs_publish_data.conf
@@ -1,63 +1,11 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-publish/ 3SERVICEHOME = /tmp/gnunet-test-fs-publish/
3DEFAULTCONFIG = test_fs_publish_data.conf 4DEFAULTCONFIG = test_fs_publish_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 42464
10HOSTNAME = localhost
11
12[transport] 6[transport]
13PORT = 42465
14PLUGINS = 7PLUGINS =
15 8
16[arm]
17PORT = 42466
18HOSTNAME = localhost
19DEFAULTSERVICES =
20
21[datastore]
22#DEBUG = YES
23
24[statistics]
25PORT = 42467
26HOSTNAME = localhost
27
28[peerinfo]
29PORT = 42469
30HOSTNAME = localhost
31
32[core]
33PORT = 42470
34HOSTNAME = localhost
35
36[fs] 9[fs]
37PORT = 42471
38HOSTNAME = localhost
39ACTIVEMIGRATION = NO 10ACTIVEMIGRATION = NO
40#DEBUG = YES
41
42[testing]
43WEAKRANDOM = YES
44
45
46[dhtcache]
47QUOTA=65536
48
49DATABASE=sqlite
50[mesh]
51AUTOSTART = NO
52
53
54
55[dns]
56AUTOSTART = NO
57
58
59
60[nse]
61AUTOSTART = NO
62
63 11
diff --git a/src/fs/test_fs_search_data.conf b/src/fs/test_fs_search_data.conf
index 89086152e..ea5e4c5e3 100644
--- a/src/fs/test_fs_search_data.conf
+++ b/src/fs/test_fs_search_data.conf
@@ -1,62 +1,8 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-search/ 3SERVICEHOME = /tmp/gnunet-test-fs-search/
3DEFAULTCONFIG = test_fs_search_data.conf 4DEFAULTCONFIG = test_fs_search_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 42464
10HOSTNAME = localhost
11
12[transport] 6[transport]
13PORT = 42465
14PLUGINS = 7PLUGINS =
15 8
16[arm]
17PORT = 42466
18HOSTNAME = localhost
19DEFAULTSERVICES =
20
21[datastore]
22# DEBUG = YES
23
24[statistics]
25PORT = 42467
26HOSTNAME = localhost
27
28[peerinfo]
29PORT = 42469
30HOSTNAME = localhost
31
32[core]
33PORT = 42470
34HOSTNAME = localhost
35
36[fs]
37PORT = 42471
38HOSTNAME = localhost
39# DEBUG = YES
40
41[testing]
42WEAKRANDOM = YES
43
44
45[dhtcache]
46QUOTA=65536
47
48DATABASE=sqlite
49[mesh]
50AUTOSTART = NO
51
52
53
54[dns]
55AUTOSTART = NO
56
57
58
59[nse]
60AUTOSTART = NO
61
62
diff --git a/src/fs/test_fs_unindex_data.conf b/src/fs/test_fs_unindex_data.conf
index a6cb4735c..977d6e759 100644
--- a/src/fs/test_fs_unindex_data.conf
+++ b/src/fs/test_fs_unindex_data.conf
@@ -1,62 +1,8 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-unindex/ 3SERVICEHOME = /tmp/gnunet-test-fs-unindex/
3DEFAULTCONFIG = test_fs_unindex_data.conf 4DEFAULTCONFIG = test_fs_unindex_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 42464
10HOSTNAME = localhost
11
12[transport] 6[transport]
13PORT = 42465
14PLUGINS = 7PLUGINS =
15 8
16[arm]
17PORT = 42466
18HOSTNAME = localhost
19DEFAULTSERVICES =
20
21[datastore]
22#DEBUG = YES
23
24[statistics]
25PORT = 42467
26HOSTNAME = localhost
27
28[peerinfo]
29PORT = 42469
30HOSTNAME = localhost
31
32[core]
33PORT = 42470
34HOSTNAME = localhost
35
36[fs]
37PORT = 42471
38HOSTNAME = localhost
39#DEBUG = YES
40
41[testing]
42WEAKRANDOM = YES
43
44
45[dhtcache]
46QUOTA=65536
47
48DATABASE=sqlite
49[mesh]
50AUTOSTART = NO
51
52
53
54[dns]
55AUTOSTART = NO
56
57
58
59[nse]
60AUTOSTART = NO
61
62
diff --git a/src/fs/test_fs_uri_data.conf b/src/fs/test_fs_uri_data.conf
index d86b99d0c..abc5a73e9 100644
--- a/src/fs/test_fs_uri_data.conf
+++ b/src/fs/test_fs_uri_data.conf
@@ -1,29 +1,7 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-uri/ 3SERVICEHOME = /tmp/gnunet-test-fs-uri/
3DEFAULTCONFIG = /etc/gnunetd.conf
4
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[TESTING]
9WEAKRANDOM = YES
10
11
12[dhtcache]
13QUOTA=65536
14
15DATABASE=sqlite
16[mesh]
17AUTOSTART = NO
18
19
20
21[dns]
22AUTOSTART = NO
23
24
25
26[nse]
27AUTOSTART = NO
28 4
5[arm]
6DEFAULTSERVICES = topology hostlist
29 7
diff --git a/src/fs/test_gnunet_fs_idx_data.conf b/src/fs/test_gnunet_fs_idx_data.conf
index f34a24c3f..f852011a8 100644
--- a/src/fs/test_gnunet_fs_idx_data.conf
+++ b/src/fs/test_gnunet_fs_idx_data.conf
@@ -1,64 +1,8 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-py-idx/ 3SERVICEHOME = /tmp/gnunet-test-fs-py-idx/
3DEFAULTCONFIG = test_gnunet_fs_idx_data.conf 4DEFAULTCONFIG = test_gnunet_fs_idx_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 46464
10HOSTNAME = localhost
11
12[transport] 6[transport]
13PORT = 46465
14PLUGINS = 7PLUGINS =
15 8
16[arm]
17PORT = 46466
18HOSTNAME = localhost
19DEFAULTSERVICES =
20
21[datastore]
22# DEBUG = YES
23
24[statistics]
25PORT = 46467
26HOSTNAME = localhost
27
28[peerinfo]
29PORT = 46469
30HOSTNAME = localhost
31
32[core]
33PORT = 46470
34HOSTNAME = localhost
35
36[fs]
37PORT = 46471
38HOSTNAME = localhost
39#DEBUG = YES
40#PREFIX = valgrind --tool=memcheck --leak-check=yes
41#BINARY = /home/grothoff/bin/gnunet-service-fs
42
43[testing]
44WEAKRANDOM = YES
45
46
47[dhtcache]
48QUOTA=65536
49
50DATABASE=sqlite
51[mesh]
52AUTOSTART = NO
53
54
55
56[dns]
57AUTOSTART = NO
58
59
60
61[nse]
62AUTOSTART = NO
63
64
diff --git a/src/fs/test_gnunet_fs_ns_data.conf b/src/fs/test_gnunet_fs_ns_data.conf
index 102f76c35..5f297abfa 100644
--- a/src/fs/test_gnunet_fs_ns_data.conf
+++ b/src/fs/test_gnunet_fs_ns_data.conf
@@ -1,64 +1,8 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-py-ns/ 3SERVICEHOME = /tmp/gnunet-test-fs-py-ns/
3DEFAULTCONFIG = test_gnunet_fs_ns_data.conf 4DEFAULTCONFIG = test_gnunet_fs_ns_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 47464
10HOSTNAME = localhost
11
12[transport] 6[transport]
13PORT = 47465
14PLUGINS = 7PLUGINS =
15 8
16[arm]
17PORT = 47466
18HOSTNAME = localhost
19DEFAULTSERVICES =
20
21[datastore]
22# DEBUG = YES
23
24[statistics]
25PORT = 47467
26HOSTNAME = localhost
27
28[peerinfo]
29PORT = 47469
30HOSTNAME = localhost
31
32[core]
33PORT = 47470
34HOSTNAME = localhost
35
36[fs]
37PORT = 47471
38HOSTNAME = localhost
39#DEBUG = YES
40#PREFIX = valgrind --tool=memcheck --leak-check=yes
41#BINARY = /home/grothoff/bin/gnunet-service-fs
42
43[testing]
44WEAKRANDOM = YES
45
46
47[dhtcache]
48QUOTA=65536
49
50DATABASE=sqlite
51[mesh]
52AUTOSTART = NO
53
54
55
56[dns]
57AUTOSTART = NO
58
59
60
61[nse]
62AUTOSTART = NO
63
64
diff --git a/src/fs/test_gnunet_fs_psd_data.conf b/src/fs/test_gnunet_fs_psd_data.conf
index 6c506b183..b68c6b58e 100644
--- a/src/fs/test_gnunet_fs_psd_data.conf
+++ b/src/fs/test_gnunet_fs_psd_data.conf
@@ -1,66 +1,8 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-py-psd/ 3SERVICEHOME = /tmp/gnunet-test-fs-py-psd/
3DEFAULTCONFIG = test_gnunet_fs_psd_data.conf 4DEFAULTCONFIG = test_gnunet_fs_psd_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 45464
10HOSTNAME = localhost
11
12[transport] 6[transport]
13PORT = 45465
14PLUGINS = 7PLUGINS =
15 8
16[arm]
17PORT = 45466
18HOSTNAME = localhost
19DEFAULTSERVICES =
20
21[datastore]
22#DEBUG = YES
23
24[statistics]
25PORT = 45467
26HOSTNAME = localhost
27
28[peerinfo]
29PORT = 45469
30HOSTNAME = localhost
31
32[core]
33PORT = 45470
34HOSTNAME = localhost
35
36[fs]
37PORT = 45471
38HOSTNAME = localhost
39#DEBUG = YES
40CONTENT_CACHING = NO
41CONTENT_PUSHING = NO
42#PREFIX = valgrind --tool=memcheck --leak-check=yes
43#BINARY = /home/grothoff/bin/gnunet-service-fs
44
45[testing]
46WEAKRANDOM = YES
47
48
49[dhtcache]
50QUOTA=65536
51
52DATABASE=sqlite
53[mesh]
54AUTOSTART = NO
55
56
57
58[dns]
59AUTOSTART = NO
60
61
62
63[nse]
64AUTOSTART = NO
65
66
diff --git a/src/fs/test_gnunet_fs_rec_data.conf b/src/fs/test_gnunet_fs_rec_data.conf
index 7d5a98626..dae8b19a8 100644
--- a/src/fs/test_gnunet_fs_rec_data.conf
+++ b/src/fs/test_gnunet_fs_rec_data.conf
@@ -1,65 +1,8 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/gnunet-test-fs-py-rec/ 3SERVICEHOME = /tmp/gnunet-test-fs-py-rec/
3DEFAULTCONFIG = test_gnunet_fs_rec_data.conf 4DEFAULTCONFIG = test_gnunet_fs_rec_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 44464
10HOSTNAME = localhost
11
12[transport] 6[transport]
13PORT = 44465
14PLUGINS = 7PLUGINS =
15 8
16[arm]
17PORT = 44466
18HOSTNAME = localhost
19DEFAULTSERVICES =
20
21[datastore]
22PORT = 44472
23# DEBUG = YES
24
25[statistics]
26PORT = 44467
27HOSTNAME = localhost
28
29[peerinfo]
30PORT = 44469
31HOSTNAME = localhost
32
33[core]
34PORT = 44470
35HOSTNAME = localhost
36
37[fs]
38PORT = 44471
39HOSTNAME = localhost
40#DEBUG = YES
41#PREFIX = valgrind --tool=memcheck --leak-check=yes
42#BINARY = /home/grothoff/bin/gnunet-service-fs
43
44[testing]
45WEAKRANDOM = YES
46
47
48[dhtcache]
49QUOTA=65536
50
51DATABASE=sqlite
52[mesh]
53AUTOSTART = NO
54
55
56
57[dns]
58AUTOSTART = NO
59
60
61
62[nse]
63AUTOSTART = NO
64
65
diff --git a/src/fs/test_gnunet_service_fs_migration_data.conf b/src/fs/test_gnunet_service_fs_migration_data.conf
index 8ed7e2885..93a48715c 100644
--- a/src/fs/test_gnunet_service_fs_migration_data.conf
+++ b/src/fs/test_gnunet_service_fs_migration_data.conf
@@ -1,86 +1,5 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-service-fs-migration/ 3SERVICEHOME = /tmp/test-gnunet-service-fs-migration/
3DEFAULTCONFIG = test_gnunet_service_fs_migration_data.conf 4DEFAULTCONFIG = test_gnunet_service_fs_migration_data.conf
4 5
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[resolver]
9PORT = 43464
10HOSTNAME = localhost
11
12[transport]
13PORT = 43465
14PLUGINS = tcp
15
16[nat]
17DISABLEV6 = YES
18ENABLE_UPNP = NO
19BEHIND_NAT = NO
20ALLOW_NAT = NO
21INTERNAL_ADDRESS = 127.0.0.1
22EXTERNAL_ADDRESS = 127.0.0.1
23USE_LOCALADDR = NO
24
25[arm]
26PORT = 43466
27HOSTNAME = localhost
28DEFAULTSERVICES = fs
29#OPTIONS = -L DEBUG
30
31[datastore]
32#DEBUG = YES
33#PREFIX = valgrind --tool=memcheck --leak-check=yes
34
35[statistics]
36PORT = 43467
37HOSTNAME = localhost
38
39[transport-tcp]
40TIMEOUT = 300000
41PORT = 43468
42
43[peerinfo]
44PORT = 43469
45HOSTNAME = localhost
46
47[core]
48PORT = 43470
49HOSTNAME = localhost
50#TOTAL_QUOTA_IN = 9321
51#TOTAL_QUOTA_OUT = 9321
52TOTAL_QUOTA_IN = 3932160
53TOTAL_QUOTA_OUT = 3932160
54#DEBUG = YES
55#PREFIX = valgrind --tool=memcheck --leak-check=yes
56
57[fs]
58PORT = 43471
59HOSTNAME = localhost
60#OPTIONS = -L DEBUG
61CONTENT_CACHING = YES
62CONTENT_PUSHING = YES
63#DEBUG = YES
64#PREFIX = valgrind --tool=memcheck --leak-check=yes
65#PREFIX = xterm -e gdb -x cmd --args
66
67[testing]
68WEAKRANDOM = YES
69HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
70
71[dhtcache]
72QUOTA=65536
73DATABASE=sqlite
74
75[mesh]
76AUTOSTART = NO
77
78[dns]
79AUTOSTART = NO
80
81
82
83[nse]
84AUTOSTART = NO
85
86