aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:05:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:05:42 +0000
commit2032baa561c7fefbe2605f5d6b979a295a61637d (patch)
tree2c2a2f1c92940a51ccb565c8fdc1b381a68d8bb4 /src/namestore
parent0f6f7fdb0ee4172951f8cb1431d2e457a4b83716 (diff)
downloadgnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.tar.gz
gnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.zip
migrating towards XDG configuration specification (#3000)
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore.conf.in6
1 files changed, 1 insertions, 5 deletions
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
5UNIX_MATCH_GID = YES 5UNIX_MATCH_GID = YES
6@UNIXONLY@ PORT = 2099 6@UNIXONLY@ PORT = 2099
7HOSTNAME = localhost 7HOSTNAME = localhost
8HOME = $SERVICEHOME
9BINARY = gnunet-service-namestore 8BINARY = gnunet-service-namestore
10ACCEPT_FROM = 127.0.0.1; 9ACCEPT_FROM = 127.0.0.1;
11ACCEPT_FROM6 = ::1; 10ACCEPT_FROM6 = ::1;
12DATABASE = sqlite 11DATABASE = sqlite
13ZONEFILE_DIRECTORY = $SERVICEHOME/zones/
14 12
15[namestore-sqlite] 13[namestore-sqlite]
16FILENAME = $SERVICEHOME/namestore/sqlite.db 14FILENAME = $GNUNET_DATA_HOME/namestore/sqlite.db
17 15
18[namestore-postgres] 16[namestore-postgres]
19CONFIG = connect_timeout=10; dbname=gnunet 17CONFIG = connect_timeout=10; dbname=gnunet
@@ -31,6 +29,4 @@ AUTOSTART = NO
31# On what port does the FCFS daemon listen for HTTP clients? 29# On what port does the FCFS daemon listen for HTTP clients?
32HTTPPORT = 18080 30HTTPPORT = 18080
33 31
34# Where is the zone key for the FCFS zone stored?
35ZONEKEY = $SERVICEHOME/fcfsd/zonekey.zkey
36 32