-ensure external symbols have proper prefix for conversation service
[oweals/gnunet.git] / src / gns / gns.conf.in
1 [gns]
2 AUTOSTART = YES
3 HOSTNAME = localhost
4 HOME = $SERVICEHOME
5 BINARY = gnunet-service-gns
6 UNIXPATH = /tmp/gnunet-service-gns.sock
7 @UNIXONLY@PORT = 2102
8
9 ZONE_DIR = $SERVICEHOME/gns/
10
11 # Do we require users that want to access GNS to run this process 
12 # (usually not a good idea)
13 UNIX_MATCH_UID = NO
14
15 # Do we require users that want to access GNS to be in the 'gnunet' group?
16 UNIX_MATCH_GID = YES
17
18 # How many queries is GADS allowed to perform in the background at the same time?
19 MAX_PARALLEL_BACKGROUND_QUERIES = 25
20
21 # How frequently do we try to publish our full zone?
22 ZONE_PUBLISH_TIME_WINDOW = 4 h
23
24 # PREFIX = valgrind --leak-check=full --track-origins=yes
25
26 [gns-proxy]
27 BINARY = gnunet-gns-proxy
28 AUTOSTART = NO
29
30 # Where is the certificate for the GNS proxy stored?
31 PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem
32 PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock
33
34
35 [fcfsd]
36 # Name of the fcfs binary (for ARM)
37 BINARY = gnunet-gns-fcfsd
38 AUTOSTART = NO
39
40 # On what port does the FCFS daemon listen for HTTP clients?
41 HTTPPORT = 18080
42
43 # Where is the zone key for the FCFS zone stored?
44 ZONEKEY = $SERVICEHOME/fcfsd/zonekey.zkey
45
46 # For ARM, not very useful.  FIXME: Dead option?
47 HOSTNAME = localhost
48
49 # FIXME: Dead option?
50 HOME = $SERVICEHOME
51
52
53 [dns2gns]
54 BINARY = gnunet-dns2gns
55 AUTOSTART = NO
56
57 # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
58 OPTIONS = -d 8.8.8.8