aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_list_indexed_data.conf
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/fs/test_fs_list_indexed_data.conf
parent86bd880b33b81296ed00a440b394b2f14a443870 (diff)
downloadgnunet-7c8383cb97f28bc492d5796ebb510e10946771ca.tar.gz
gnunet-7c8383cb97f28bc492d5796ebb510e10946771ca.zip
simplifying configs with includes
Diffstat (limited to 'src/fs/test_fs_list_indexed_data.conf')
-rw-r--r--src/fs/test_fs_list_indexed_data.conf54
1 files changed, 1 insertions, 53 deletions
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