initial nse commit
[oweals/gnunet.git] / src / nse / test_nse.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunetd-nse/
3 DEFAULTCONFIG = test_nse.conf
4
5 [nse]
6 PORT = 22353
7 UNIXPATH = /tmp/test-nse-service-nse.unix
8 AUTOSTART = YES
9 DEBUG = YES
10
11 [arm]
12 PORT = 22354
13 DEFAULTSERVICES = nse
14 UNIXPATH = /tmp/test-nse-service-arm.unix
15 #DEBUG = YES
16
17 [fs]
18 AUTOSTART = NO
19
20 [datastore]
21 AUTOSTART = NO
22
23 [dht]
24 AUTOSTART = NO
25
26 [transport]
27 AUTOSTART = NO
28
29 [core]
30 AUTOSTART = YES
31
32 [peerinfo]
33 AUTOSTART = NO
34
35 [dns]
36 AUTOSTART = NO
37