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