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