aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-09 21:41:19 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-09 21:41:19 +0000
commit876ca33fef894c1072d58818dc300d6124ccbea9 (patch)
tree070d766088319753e3b415e1aa65b236975388fb /src/namestore/namestore.conf.in
parent4cadf8d4e0b7dbe9a3f908ce99e7246916262c10 (diff)
downloadgnunet-876ca33fef894c1072d58818dc300d6124ccbea9.tar.gz
gnunet-876ca33fef894c1072d58818dc300d6124ccbea9.zip
-add missing option
Diffstat (limited to 'src/namestore/namestore.conf.in')
-rw-r--r--src/namestore/namestore.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
index c6e43d732..18a37f0da 100644
--- a/src/namestore/namestore.conf.in
+++ b/src/namestore/namestore.conf.in
@@ -10,6 +10,7 @@ BINARY = gnunet-service-namestore
10ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
11ACCEPT_FROM6 = ::1; 11ACCEPT_FROM6 = ::1;
12DATABASE = sqlite 12DATABASE = sqlite
13ZONEFILE_DIRECTORY = $SERVICEHOME/zones/
13 14
14[namestore-sqlite] 15[namestore-sqlite]
15FILENAME = $SERVICEHOME/namestore/sqlite.db 16FILENAME = $SERVICEHOME/namestore/sqlite.db