aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:52:20 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:52:20 +0000
commit780eb09dd8040ecf8649d40ddf8314464e0fc48e (patch)
treea0401df2b6bddbd6abf20047703d7e38c91443e1 /src/namestore/namestore.conf.in
parent70921482279e504a61465b760aa13ad55627276a (diff)
downloadgnunet-780eb09dd8040ecf8649d40ddf8314464e0fc48e.tar.gz
gnunet-780eb09dd8040ecf8649d40ddf8314464e0fc48e.zip
-install fcfsd in libexec, build dv by default, move fcfsd config to namestore.conf.in
Diffstat (limited to 'src/namestore/namestore.conf.in')
-rw-r--r--src/namestore/namestore.conf.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
index 18a37f0da..2d92f2e7b 100644
--- a/src/namestore/namestore.conf.in
+++ b/src/namestore/namestore.conf.in
@@ -21,3 +21,16 @@ TEMPORARY_TABLE = NO
21 21
22[uri] 22[uri]
23gns = gnunet-namestore 23gns = gnunet-namestore
24
25
26[fcfsd]
27# Name of the fcfs registration service binary (for ARM)
28BINARY = gnunet-namestore-fcfsd
29AUTOSTART = NO
30
31# On what port does the FCFS daemon listen for HTTP clients?
32HTTPPORT = 18080
33
34# Where is the zone key for the FCFS zone stored?
35ZONEKEY = $SERVICEHOME/fcfsd/zonekey.zkey
36