f6eb336028b113456d486738d25db4f831d51d0d
[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
8 [arm]
9 DEFAULTSERVICES = core identity revocation
10
11 [identity]
12 # Directory where we store information about our egos
13 EGODIR = $GNUNET_HOME/identity/egos/
14 SUBSYSTEM_CFG = $SERVICEHOME/s.conf
15
16 [hostlist]
17 AUTOSTART = NO
18 SERVERS = dummy
19
20 [transport-udp]
21 BROADCAST = NO
22
23 [nat]
24 RETURN_LOCAL_ADDRESSES = YES
25
26 [transport]
27 PLUGINS = tcp
28
29 [peerinfo]
30 USE_INCLUDED_HELLOS = NO
31
32 [testbed]
33 OVERLAY_TOPOLOGY = CLIQUE
34 SETUP_TIMEOUT = 10 s
35 OPERATION_TIMEOUT = 5 s
36 CACHE_SIZE = 0
37
38 [nse]
39 WORKBITS = 1