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