diff options
Diffstat (limited to 'src/namestore/namestore.conf.in')
-rw-r--r-- | src/namestore/namestore.conf.in | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in index d93aea6..d7c372d 100644 --- a/src/namestore/namestore.conf.in +++ b/src/namestore/namestore.conf.in @@ -1,12 +1,11 @@ [namestore] AUTOSTART = YES UNIXPATH = /tmp/gnunet-service-namestore.sock -UNIX_MATCH_UID = YES +UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES @UNIXONLY@ PORT = 2099 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-namestore ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; @@ -18,14 +17,7 @@ FILENAME = $SERVICEHOME/namestore/sqlite.db [namestore-postgres] CONFIG = connect_timeout=10; dbname=gnunet +TEMPORARY_TABLE = NO -[namestore-mysql] -DATABASE = gnunet -CONFIG = ~/.my.cnf -# USER = gnunet -# PASSWORD = -# HOST = localhost -# PORT = 3306 - - - +[uri] +gns = gnunet-namestore |