aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_data.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_data.conf')
-rw-r--r--src/transport/test_transport_api_data.conf108
1 files changed, 3 insertions, 105 deletions
diff --git a/src/transport/test_transport_api_data.conf b/src/transport/test_transport_api_data.conf
index a4c253e28..39552462a 100644
--- a/src/transport/test_transport_api_data.conf
+++ b/src/transport/test_transport_api_data.conf
@@ -1,114 +1,12 @@
1@INLINE@ test_transport_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-transport-api/
3DEFAULTCONFIG = test_transport_api_data.conf 3DEFAULTCONFIG = test_transport_api_data.conf
4 4
5[transport-udp]
6PORT = 2094
7
8[fs]
9AUTOSTART = NO
10
11[datastore]
12AUTOSTART = NO
13
14[hostlist]
15HTTP-PROXY =
16SERVERS = http://gnunet.org:8080/
17OPTIONS = -b
18BINARY = gnunet-daemon-hostlist
19CONFIG = $DEFAULTCONFIG
20HOME = $SERVICEHOME
21HOSTNAME = localhost
22HTTPPORT = 8080
23
24[topology]
25BINARY = gnunet-daemon-topology
26CONFIG = $DEFAULTCONFIG
27FRIENDS = $SERVICEHOME/friends
28TARGET-CONNECTION-COUNT = 16
29AUTOCONNECT = YES
30FRIENDS-ONLY = NO
31MINIMUM-FRIENDS = 0
32
33[core]
34AUTOSTART = NO
35
36[transport]
37#plugins = udp
38#DEBUG = YES
39PREFIX =
40ACCEPT_FROM6 = ::1;
41ACCEPT_FROM = 127.0.0.1;
42NEIGHBOUR_LIMIT = 50
43BINARY = gnunet-service-transport
44CONFIG = $DEFAULTCONFIG
45HOME = $SERVICEHOME
46HOSTNAME = localhost
47PORT = 2091
48
49[peerinfo]
50TRUST = $SERVICEHOME/data/credit/
51HOSTS = $SERVICEHOME/data/hosts/
52ACCEPT_FROM6 = ::1;
53ACCEPT_FROM = 127.0.0.1;
54BINARY = gnunet-service-peerinfo
55CONFIG = $DEFAULTCONFIG
56HOME = $SERVICEHOME
57HOSTNAME = localhost
58PORT = 2090
59
60[resolver]
61ACCEPT_FROM6 = ::1;
62ACCEPT_FROM = 127.0.0.1;
63BINARY = gnunet-service-resolver
64CONFIG = $DEFAULTCONFIG
65HOME = $SERVICEHOME
66HOSTNAME = localhost
67PORT = 2089
68
69[statistics]
70ACCEPT_FROM6 = ::1;
71ACCEPT_FROM = 127.0.0.1;
72BINARY = gnunet-service-statistics
73CONFIG = $DEFAULTCONFIG
74HOME = $SERVICEHOME
75HOSTNAME = localhost
76PORT = 2088
77
78[arm]
79DEFAULTSERVICES =
80ACCEPT_FROM6 = ::1;
81ACCEPT_FROM = 127.0.0.1;
82BINARY = gnunet-service-arm
83CONFIG = $DEFAULTCONFIG
84HOME = $SERVICEHOME
85HOSTNAME = localhost
86PORT = 2087
87
88[transport-tcp] 5[transport-tcp]
89TIMEOUT = 300000
90PORT = 2094 6PORT = 2094
91 7
92[TESTING] 8[transport-udp]
93WEAKRANDOM = NO 9PORT = 2094
94
95[gnunetd]
96HOSTKEY = $SERVICEHOME/.hostkey
97
98
99[dht]
100AUTOSTART = NO
101
102[mesh]
103AUTOSTART = NO
104
105
106[dns]
107AUTOSTART = NO
108
109
110 10
111[nse]
112AUTOSTART = NO
113 11
114 12