aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_service_fs_migration_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_gnunet_service_fs_migration_data.conf
parent86bd880b33b81296ed00a440b394b2f14a443870 (diff)
downloadgnunet-7c8383cb97f28bc492d5796ebb510e10946771ca.tar.gz
gnunet-7c8383cb97f28bc492d5796ebb510e10946771ca.zip
simplifying configs with includes
Diffstat (limited to 'src/fs/test_gnunet_service_fs_migration_data.conf')
-rw-r--r--src/fs/test_gnunet_service_fs_migration_data.conf83
1 files changed, 1 insertions, 82 deletions
diff --git a/src/fs/test_gnunet_service_fs_migration_data.conf b/src/fs/test_gnunet_service_fs_migration_data.conf
index 8ed7e2885..93a48715c 100644
--- a/src/fs/test_gnunet_service_fs_migration_data.conf
+++ b/src/fs/test_gnunet_service_fs_migration_data.conf
@@ -1,86 +1,5 @@
1@INLINE@ test_fs_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-service-fs-migration/ 3SERVICEHOME = /tmp/test-gnunet-service-fs-migration/
3DEFAULTCONFIG = test_gnunet_service_fs_migration_data.conf 4DEFAULTCONFIG = test_gnunet_service_fs_migration_data.conf
4 5
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#OPTIONS = -L DEBUG
30
31[datastore]
32#DEBUG = YES
33#PREFIX = valgrind --tool=memcheck --leak-check=yes
34
35[statistics]
36PORT = 43467
37HOSTNAME = localhost
38
39[transport-tcp]
40TIMEOUT = 300000
41PORT = 43468
42
43[peerinfo]
44PORT = 43469
45HOSTNAME = localhost
46
47[core]
48PORT = 43470
49HOSTNAME = localhost
50#TOTAL_QUOTA_IN = 9321
51#TOTAL_QUOTA_OUT = 9321
52TOTAL_QUOTA_IN = 3932160
53TOTAL_QUOTA_OUT = 3932160
54#DEBUG = YES
55#PREFIX = valgrind --tool=memcheck --leak-check=yes
56
57[fs]
58PORT = 43471
59HOSTNAME = localhost
60#OPTIONS = -L DEBUG
61CONTENT_CACHING = YES
62CONTENT_PUSHING = YES
63#DEBUG = YES
64#PREFIX = valgrind --tool=memcheck --leak-check=yes
65#PREFIX = xterm -e gdb -x cmd --args
66
67[testing]
68WEAKRANDOM = YES
69HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
70
71[dhtcache]
72QUOTA=65536
73DATABASE=sqlite
74
75[mesh]
76AUTOSTART = NO
77
78[dns]
79AUTOSTART = NO
80
81
82
83[nse]
84AUTOSTART = NO
85
86