aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-09 18:38:01 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-09 18:38:01 +0000
commitb581097addc91044432dcb54ce7cff26b9e12de1 (patch)
treedafeebf08b90707d2cbfb6f5ab75c361ba298d6e /src/namestore
parent81dcb0a35beb7c862ac6f2677933b978aab67038 (diff)
downloadgnunet-b581097addc91044432dcb54ce7cff26b9e12de1.tar.gz
gnunet-b581097addc91044432dcb54ce7cff26b9e12de1.zip
-getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG setting
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore.conf.in1
-rw-r--r--src/namestore/test_namestore_api.conf1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
index 6f7129734..d7c372d80 100644
--- a/src/namestore/namestore.conf.in
+++ b/src/namestore/namestore.conf.in
@@ -6,7 +6,6 @@ UNIX_MATCH_GID = YES
6@UNIXONLY@ PORT = 2099 6@UNIXONLY@ PORT = 2099
7HOSTNAME = localhost 7HOSTNAME = localhost
8HOME = $SERVICEHOME 8HOME = $SERVICEHOME
9CONFIG = $DEFAULTCONFIG
10BINARY = gnunet-service-namestore 9BINARY = gnunet-service-namestore
11ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
12ACCEPT_FROM6 = ::1; 11ACCEPT_FROM6 = ::1;
diff --git a/src/namestore/test_namestore_api.conf b/src/namestore/test_namestore_api.conf
index bcbbca91a..565805921 100644
--- a/src/namestore/test_namestore_api.conf
+++ b/src/namestore/test_namestore_api.conf
@@ -12,7 +12,6 @@ UNIX_MATCH_GID = YES
12PORT = 2099 12PORT = 2099
13HOSTNAME = localhost 13HOSTNAME = localhost
14HOME = $SERVICEHOME 14HOME = $SERVICEHOME
15CONFIG = $DEFAULTCONFIG
16BINARY = gnunet-service-namestore 15BINARY = gnunet-service-namestore
17ACCEPT_FROM = 127.0.0.1; 16ACCEPT_FROM = 127.0.0.1;
18ACCEPT_FROM6 = ::1; 17ACCEPT_FROM6 = ::1;