aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_defaults.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 15:46:25 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 15:46:25 +0000
commit1b75218d8ec892136e9c32d59df3ec5c0c4a5422 (patch)
tree91ae9039d5c61ba9dbbfe2298d76d7923786b226 /src/testing/test_testing_defaults.conf
parentb8da3c73ba128d8013faf5b9e991a9e69b03c386 (diff)
downloadgnunet-1b75218d8ec892136e9c32d59df3ec5c0c4a5422.tar.gz
gnunet-1b75218d8ec892136e9c32d59df3ec5c0c4a5422.zip
-fix
Diffstat (limited to 'src/testing/test_testing_defaults.conf')
-rw-r--r--src/testing/test_testing_defaults.conf78
1 files changed, 78 insertions, 0 deletions
diff --git a/src/testing/test_testing_defaults.conf b/src/testing/test_testing_defaults.conf
new file mode 100644
index 000000000..a89064f81
--- /dev/null
+++ b/src/testing/test_testing_defaults.conf
@@ -0,0 +1,78 @@
1[PATHS]
2SERVICEHOME = /tmp/test-gnunet-testing/
3DEFAULTCONFIG = test_testing_defaults.conf
4
5[resolver]
6PORT = 2564
7
8[transport]
9PORT = 2565
10PLUGINS = tcp
11
12[arm]
13PORT = 2566
14DEFAULTSERVICES =
15
16[statistics]
17PORT = 2567
18
19[transport-tcp]
20PORT = 2568
21BINDTO = 127.0.0.1
22
23[peerinfo]
24PORT = 2569
25
26[core]
27PORT = 2570
28
29[testing_old]
30NUM_PEERS = 5
31WEAKRANDOM = YES
32F2F = YES
33HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
34
35[dht]
36AUTOSTART = NO
37
38[nat]
39DISABLEV6 = YES
40ENABLE_UPNP = NO
41BEHIND_NAT = NO
42ALLOW_NAT = NO
43INTERNAL_ADDRESS = 127.0.0.1
44EXTERNAL_ADDRESS = 127.0.0.1
45USE_LOCALADDR = NO
46
47[dns]
48AUTOSTART = NO
49
50[nse]
51AUTOSTART = NO
52
53[mesh]
54AUTOSTART = NO
55
56[datastore]
57AUTOSTART = NO
58
59[fs]
60AUTOSTART = NO
61
62[dv]
63AUTOSTART = NO
64
65[chat]
66AUTOSTART = NO
67
68[vpn]
69AUTOSTART = NO
70
71[gns]
72AUTOSTART = NO
73
74[namestore]
75AUTOSTART = NO
76
77[lockmanager]
78AUTOSTART = NO