-add identity service to standard build
[oweals/gnunet.git] / src / nse / test_nse.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-nse-multipeer/
3
4 [nse]
5 PORT = 22353
6 UNIXPATH = /tmp/test-nse-service-nse.unix
7 BINARY = gnunet-service-nse
8 #BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
9 #PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
10 AUTOSTART = YES
11 PROOFFILE = $SERVICEHOME/proof.nse
12 # Overriding network settings for faster testing (do NOT use
13 # these values in production just because they are here)
14 WORKDELAY = 1 ms
15 INTERVAL = 60 s
16 WORKBITS = 1
17
18 HISTOGRAM = $SERVICEHOME/nse-histogram
19
20
21 [arm]
22 PORT = 22354
23 DEFAULTSERVICES = nse core
24 UNIXPATH = /tmp/test-nse-service-arm.unix
25
26 [fs]
27 AUTOSTART = NO
28
29 [datastore]
30 AUTOSTART = NO
31
32 [dht]
33 AUTOSTART = NO
34
35 [transport]
36 AUTOSTART = YES
37
38 [core]
39 AUTOSTART = YES
40
41 [peerinfo]
42 AUTOSTART = YES
43
44 [nat]
45 DISABLEV6 = YES
46 BINDTO = 127.0.0.1
47 ENABLE_UPNP = NO
48 BEHIND_NAT = NO
49 ALLOW_NAT = NO
50 INTERNAL_ADDRESS = 127.0.0.1
51 EXTERNAL_ADDRESS = 127.0.0.1
52
53 [dns]
54 AUTOSTART = NO
55
56 [testing]
57 WEAKRANDOM = YES
58
59 [testing_old]
60 NUM_PEERS = 10
61 TOPOLOGY = NONE
62 CONNECT_TOPOLOGY = SMALL_WORLD_RING
63 PERCENTAGE = 3
64 F2F = NO
65 CONNECT_TIMEOUT = 60 s
66 CONNECT_ATTEMPTS = 3
67 HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
68 MAX_CONCURRENT_SSH = 20
69 USE_PROGRESSBARS = YES
70 PEERGROUP_TIMEOUT = 1000 s
71
72 DELETE_FILES = NO
73
74
75 [consensus]
76 AUTOSTART = NO