fix bad free
[oweals/gnunet.git] / src / zonemaster / zonemaster.conf.in
1 [zonemaster]
2 START_ON_DEMAND = @START_ON_DEMAND@
3 IMMEDIATE_START = YES
4 HOSTNAME = localhost
5 BINARY = gnunet-service-zonemaster
6 UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster.sock
7 @JAVAPORT@PORT = 2123
8
9 # Do we require users that want to access GNS to run this process
10 # (usually not a good idea)
11 UNIX_MATCH_UID = NO
12
13 # Do we require users that want to access GNS to be in the 'gnunet' group?
14 UNIX_MATCH_GID = NO
15
16 # How many queries is GNS allowed to perform in the background at the same time?
17 MAX_PARALLEL_BACKGROUND_QUERIES = 1000
18
19 # How frequently do we try to publish our full zone?
20 ZONE_PUBLISH_TIME_WINDOW = 4 h
21
22 # Using caching or always ask DHT
23 # USE_CACHE = YES
24
25 # PREFIX = valgrind --leak-check=full --track-origins=yes
26
27
28
29 [zonemaster-monitor]
30 START_ON_DEMAND = @START_ON_DEMAND@
31 IMMEDIATE_START = YES
32 HOSTNAME = localhost
33 BINARY = gnunet-service-zonemaster-monitor
34 UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-zonemaster-monitor.sock
35 @JAVAPORT@PORT = 2124
36
37 # Do we require users that want to access GNS to run this process
38 # (usually not a good idea)
39 UNIX_MATCH_UID = NO
40
41 # Do we require users that want to access GNS to be in the 'gnunet' group?
42 UNIX_MATCH_GID = NO