aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index 5529db201..99f7dcc54 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -1,14 +1,11 @@
1[gns] 1[gns]
2AUTOSTART = YES 2AUTOSTART = YES
3HOSTNAME = localhost 3HOSTNAME = localhost
4HOME = $SERVICEHOME
5BINARY = gnunet-service-gns 4BINARY = gnunet-service-gns
6UNIXPATH = /tmp/gnunet-service-gns.sock 5UNIXPATH = /tmp/gnunet-service-gns.sock
7@UNIXONLY@PORT = 2102 6@UNIXONLY@PORT = 2102
8 7
9ZONE_DIR = $SERVICEHOME/gns/ 8# Do we require users that want to access GNS to run this process
10
11# Do we require users that want to access GNS to run this process
12# (usually not a good idea) 9# (usually not a good idea)
13UNIX_MATCH_UID = NO 10UNIX_MATCH_UID = NO
14 11
@@ -28,7 +25,7 @@ BINARY = gnunet-gns-proxy
28AUTOSTART = NO 25AUTOSTART = NO
29 26
30# Where is the certificate for the GNS proxy stored? 27# Where is the certificate for the GNS proxy stored?
31PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem 28PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
32PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock 29PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock
33 30
34 31