aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-25 16:06:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-25 16:06:56 +0000
commitdce1c030b7461c9ee569ac0bcc3cd68a54cf5a26 (patch)
tree9c4b3c2d8edfb78433b40a294656e531eb2df841 /src/gns/gns.conf.in
parentcd83fe3c541e35fc66ff320dad92a228f375d9a1 (diff)
downloadgnunet-dce1c030b7461c9ee569ac0bcc3cd68a54cf5a26.tar.gz
gnunet-dce1c030b7461c9ee569ac0bcc3cd68a54cf5a26.zip
-arminteg
Diffstat (limited to 'src/gns/gns.conf.in')
-rw-r--r--src/gns/gns.conf.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index df5337dff..b4a49de0b 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -39,11 +39,19 @@ ZONE_PUBLISH_TIME_WINDOW = 4 h
39# PREFIX = valgrind --leak-check=full --track-origins=yes 39# PREFIX = valgrind --leak-check=full --track-origins=yes
40 40
41[gns-proxy] 41[gns-proxy]
42BINARY = gnunet-gns-proxy
43AUTOSTART = NO
44
42# Where is the certificate for the GNS proxy stored? 45# Where is the certificate for the GNS proxy stored?
43PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem 46PROXY_CACERT = $SERVICEHOME/gns/gnsCAcert.pem
44PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock 47PROXY_UNIXPATH = /tmp/gnunet-gns-proxy.sock
45 48
49
46[fcfsd] 50[fcfsd]
51# Name of the fcfs binary (for ARM)
52BINARY = gnunet-gns-fcfsd
53AUTOSTART = NO
54
47# On what port does the FCFS daemon listen for HTTP clients? 55# On what port does the FCFS daemon listen for HTTP clients?
48HTTPPORT = 18080 56HTTPPORT = 18080
49 57
@@ -56,11 +64,7 @@ HOSTNAME = localhost
56# FIXME: Dead option? 64# FIXME: Dead option?
57HOME = $SERVICEHOME 65HOME = $SERVICEHOME
58 66
59# Name of the fcfs binary (for ARM)
60BINARY = gnunet-gns-fcfsd
61
62 67
63[dns2gns] 68[dns2gns]
64BINARY = gnunet-dns2gns 69BINARY = gnunet-dns2gns
65AUTOSTART = NO 70AUTOSTART = NO
66