aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_sharedservices.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/testing/test_testing_sharedservices.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/testing/test_testing_sharedservices.conf')
-rw-r--r--src/testing/test_testing_sharedservices.conf58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/testing/test_testing_sharedservices.conf b/src/testing/test_testing_sharedservices.conf
index b8408774f..e1830edd2 100644
--- a/src/testing/test_testing_sharedservices.conf
+++ b/src/testing/test_testing_sharedservices.conf
@@ -6,37 +6,15 @@ PORT = 15000
6UNIXPATH = $GNUNET_RUNTIME_DIR/testbed-logger.sock 6UNIXPATH = $GNUNET_RUNTIME_DIR/testbed-logger.sock
7DIR = /tmp/testbed-logger 7DIR = /tmp/testbed-logger
8 8
9[resolver]
10PORT = 2564
11
12[transport] 9[transport]
13PORT = 2565
14PLUGINS = tcp 10PLUGINS = tcp
15 11
16[transport-tcp] 12[transport-tcp]
17TESTING_IGNORE_KEYS = SOMETHING;KEY1;ACCEPT_FROM; 13TESTING_IGNORE_KEYS = SOMETHING;KEY1;ACCEPT_FROM;
18 14
19[arm]
20PORT = 2566
21DEFAULTSERVICES =
22
23[statistics]
24PORT = 2567
25
26[transport-tcp] 15[transport-tcp]
27PORT = 2568
28BINDTO = 127.0.0.1 16BINDTO = 127.0.0.1
29 17
30[peerinfo]
31PORT = 2569
32AUTOSTART = NO
33
34[core]
35PORT = 2570
36
37[dht]
38AUTOSTART = NO
39
40[nat] 18[nat]
41DISABLEV6 = YES 19DISABLEV6 = YES
42ENABLE_UPNP = NO 20ENABLE_UPNP = NO
@@ -46,39 +24,3 @@ INTERNAL_ADDRESS = 127.0.0.1
46EXTERNAL_ADDRESS = 127.0.0.1 24EXTERNAL_ADDRESS = 127.0.0.1
47USE_LOCALADDR = NO 25USE_LOCALADDR = NO
48 26
49[dns]
50AUTOSTART = NO
51
52[nse]
53AUTOSTART = NO
54
55[cadet]
56AUTOSTART = NO
57
58[datastore]
59AUTOSTART = NO
60
61[fs]
62AUTOSTART = NO
63
64[dv]
65AUTOSTART = NO
66
67[chat]
68AUTOSTART = NO
69
70[vpn]
71AUTOSTART = NO
72
73[gns]
74AUTOSTART = NO
75
76[namestore]
77AUTOSTART = NO
78
79[lockmanager]
80AUTOSTART = NO
81
82[consensus]
83AUTOSTART = NO
84