no debug
[oweals/gnunet.git] / src / datastore / test_datastore_api_data.conf
index 9a419f4d1a61d215fcba173c3e8038a5f241fcbd..3f2e067eb5b7a38564956b8cd1256915954bdbfa 100644 (file)
@@ -1,5 +1,15 @@
 [PATHS]
-SERVICEHOME = /tmp/test-gnunetd-datastore/
+SERVICEHOME = /tmp/test-gnunet-datastore/
+DEFAULTCONFIG = test_datastore_api_data.conf
+
+[arm]
+DEFAULTSERVICES = 
+PORT = 42466
+HOSTNAME = localhost
+
+[resolver]
+PORT = 42464
+HOSTNAME = localhost
 
 [datastore]
 PORT = 22654
@@ -9,9 +19,9 @@ CONFIG = $DEFAULTCONFIG
 BINARY = gnunet-service-datastore
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-ALLOW_SHUTDOWN = YES
-QUOTA = 1000000
+QUOTA = 10000000
 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
+DATABASE = sqlite
 # USERNAME = 
 # MAXBUF =
 # TIMEOUT =
@@ -20,3 +30,13 @@ BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
 # REJECT_FROM =
 # REJECT_FROM6 =
 # PREFIX =
+# DEBUG = YES
+#PREFIX = valgrind --tool=memcheck --leak-check=yes
+#BINARY = /home/grothoff/bin/gnunet-service-datastore
+
+[statistics]
+PORT = 22667
+HOSTNAME = localhost
+
+[testing]
+WEAKRANDOM = YES