add function conv param string
[oweals/gnunet.git] / src / namestore / namestore.conf.in
index c1fb9435dc937875915eba12053eb07167e83e4b..89fa945bce3553b40a428cf1f51ec70a2fb92f17 100644 (file)
@@ -1,7 +1,7 @@
 [namestore]
-AUTOSTART = YES
+AUTOSTART = @AUTOSTART@
 USER_SERVICE = YES
-UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-namestore.sock
+UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-namestore.sock
 UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = YES
 @UNIXONLY@ PORT = 2099
@@ -14,6 +14,10 @@ DATABASE = sqlite
 [namestore-sqlite]
 FILENAME = $GNUNET_DATA_HOME/namestore/sqlite.db
 
+[namestore-flat]
+FILENAME = $GNUNET_DATA_HOME/namestore/flat.db
+
+
 [namestore-postgres]
 CONFIG = connect_timeout=10; dbname=gnunet
 TEMPORARY_TABLE = NO
@@ -26,6 +30,7 @@ gns = gnunet-namestore
 # Name of the fcfs registration service binary (for ARM)
 BINARY = gnunet-namestore-fcfsd
 AUTOSTART = NO
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fcfsd.sock
 
 # On what port does the FCFS daemon listen for HTTP clients?
 HTTPPORT = 18080