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