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