moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565...
[oweals/gnunet.git] / src / revocation / test_revocation.conf
1 [paths]
2 GNUNET_HOME=/tmp/test-revocation-service
3 SERVICEHOME=/tmp/test-revocation-service
4
5 [revocation]
6 WORKBITS = 3
7 FORCESTART = YES
8
9 [identity]
10 # Directory where we store information about our egos
11 EGODIR = $GNUNET_HOME/identity/egos/
12 SUBSYSTEM_CFG = $SERVICEHOME/s.conf
13
14 [hostlist]
15 AUTOSTART = NO
16 SERVERS = dummy
17
18 [nat]
19 RETURN_LOCAL_ADDRESSES = YES
20
21 [transport]
22 PLUGINS = tcp
23
24 [peerinfo]
25 USE_INCLUDED_HELLOS = NO
26
27 [testbed]
28 OVERLAY_TOPOLOGY = CLIQUE
29 SETUP_TIMEOUT = 10 s
30 OPERATION_TIMEOUT = 5 s
31 CACHE_SIZE = 0
32
33 [nse]
34 WORKBITS = 1