-renaming gnunet-gns to gnunet-namestore
[oweals/gnunet.git] / src / namestore / test_namestore_api.conf
index c73a15498657968211eaf01efa6e3c89a574ba27..f4cd32dbdc0292d498f10b6b4c78aeaac11a5c7c 100644 (file)
@@ -1,9 +1,15 @@
+[arm]
+PORT = 12000
+DEFAULTSERVICES = namestore
+UNIXPATH = /tmp/gnunet-p1-service-arm.sock
+
 [namestore]
+#PREFIX = valgrind --leak-check=full
 AUTOSTART = YES
 UNIXPATH = /tmp/gnunet-service-namestore.sock
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
-PORT = 2099
+PORT = 2099
 HOSTNAME = localhost
 HOME = $SERVICEHOME
 CONFIG = $DEFAULTCONFIG
@@ -13,7 +19,7 @@ ACCEPT_FROM6 = ::1;
 DATABASE = sqlite
 
 [namestore-sqlite]
-FILENAME = $SERVICEHOME/namestore/sqlite.db
+FILENAME = $SERVICEHOME/namestore/sqlite_test.db
 
 [namestore-postgres]
 CONFIG = connect_timeout=10; dbname=gnunet
@@ -26,5 +32,3 @@ CONFIG = ~/.my.cnf
 # HOST = localhost
 # PORT = 3306
 
-
-