simplifying config
[oweals/gnunet.git] / src / transport / test_transport_defaults.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-transport-api/
3 DEFAULTCONFIG = test_transport_defaults.conf
4
5 [transport-tcp]
6 TIMEOUT = 300000
7
8 [arm]
9 DEFAULTSERVICES = topology hostlist
10
11 [transport]
12 PREFIX = 
13
14 [core]
15 AUTOSTART = NO
16
17 [hostlist]
18 SERVERS = http://localhost:8080/
19 HOSTNAME = localhost
20
21 [datastore]
22 AUTOSTART = NO
23
24 [fs]
25 AUTOSTART = NO
26
27 [dht]
28 AUTOSTART = NO
29
30 [mesh]
31 AUTOSTART = NO
32
33 [nse]
34 AUTOSTART = NO
35
36 [dns]
37 AUTOSTART = NO
38
39 [nat]
40 DISABLEV6 = YES
41 BINDTO = 127.0.0.1
42 INTERNAL_ADDRESS = 127.0.0.1
43 EXTERNAL_ADDRESS = 127.0.0.1
44
45 [TESTING]
46 WEAKRANDOM = YES