aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_2dtorus.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-10 17:11:06 +0000
commitb8fc68d6cb81adb3803186359b3a30b1a4bb7b5a (patch)
treebe6defbdf18e3af9bdcc979cf27b253fe0b4d5f9 /src/dht/test_dht_2dtorus.conf
parent3871fc32bbd05da817d94f4188023a4edebc367a (diff)
downloadgnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.tar.gz
gnunet-b8fc68d6cb81adb3803186359b3a30b1a4bb7b5a.zip
moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565 indirectly
Diffstat (limited to 'src/dht/test_dht_2dtorus.conf')
-rw-r--r--src/dht/test_dht_2dtorus.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf
index 9b725b09e..2a7f75b9f 100644
--- a/src/dht/test_dht_2dtorus.conf
+++ b/src/dht/test_dht_2dtorus.conf
@@ -1,16 +1,10 @@
1[PATHS] 1[PATHS]
2GNUNET_TEST_HOME = /tmp/test_dht_2dtorus/ 2GNUNET_TEST_HOME = /tmp/test_dht_2dtorus/
3 3
4[arm]
5DEFAULTSERVICES = core dht
6
7[dhtcache] 4[dhtcache]
8QUOTA = 1 MB 5QUOTA = 1 MB
9DATABASE = heap 6DATABASE = heap
10 7
11[dns]
12AUTOSTART = NO
13
14[nat] 8[nat]
15DISABLEV6 = YES 9DISABLEV6 = YES
16RETURN_LOCAL_ADDRESSES = YES 10RETURN_LOCAL_ADDRESSES = YES
@@ -32,8 +26,3 @@ WORKDELAY = 500 ms
32INTERVAL = 60 s 26INTERVAL = 60 s
33WORKBITS = 0 27WORKBITS = 0
34 28
35[vpn]
36AUTOSTART = NO
37
38[namestore]
39AUTOSTART = NO