From 2032baa561c7fefbe2605f5d6b979a295a61637d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 9 Oct 2013 10:05:42 +0000 Subject: migrating towards XDG configuration specification (#3000) --- src/namestore/namestore.conf.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/namestore') diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in index 2d92f2e7b..91dbaabad 100644 --- a/src/namestore/namestore.conf.in +++ b/src/namestore/namestore.conf.in @@ -5,15 +5,13 @@ UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES @UNIXONLY@ PORT = 2099 HOSTNAME = localhost -HOME = $SERVICEHOME BINARY = gnunet-service-namestore ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; DATABASE = sqlite -ZONEFILE_DIRECTORY = $SERVICEHOME/zones/ [namestore-sqlite] -FILENAME = $SERVICEHOME/namestore/sqlite.db +FILENAME = $GNUNET_DATA_HOME/namestore/sqlite.db [namestore-postgres] CONFIG = connect_timeout=10; dbname=gnunet @@ -31,6 +29,4 @@ AUTOSTART = NO # On what port does the FCFS daemon listen for HTTP clients? HTTPPORT = 18080 -# Where is the zone key for the FCFS zone stored? -ZONEKEY = $SERVICEHOME/fcfsd/zonekey.zkey -- cgit v1.2.3