aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api_data_sqlite.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/test_datastore_api_data_sqlite.conf')
-rw-r--r--src/datastore/test_datastore_api_data_sqlite.conf46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/datastore/test_datastore_api_data_sqlite.conf b/src/datastore/test_datastore_api_data_sqlite.conf
new file mode 100644
index 000000000..83784ffe6
--- /dev/null
+++ b/src/datastore/test_datastore_api_data_sqlite.conf
@@ -0,0 +1,46 @@
1[PATHS]
2SERVICEHOME = /tmp/test-gnunet-datastore-sqlite/
3
4[arm]
5DEFAULTSERVICES =
6PORT = 42466
7HOSTNAME = localhost
8
9[resolver]
10PORT = 42464
11HOSTNAME = localhost
12
13[datastore]
14PORT = 22654
15HOSTNAME = localhost
16HOME = $SERVICEHOME
17CONFIG = $DEFAULTCONFIG
18BINARY = gnunet-service-datastore
19ACCEPT_FROM = 127.0.0.1;
20ACCEPT_FROM6 = ::1;
21QUOTA = 10000000
22BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
23DATABASE = sqlite
24# USERNAME =
25# MAXBUF =
26# TIMEOUT =
27# DISABLEV6 =
28# BINDTO =
29# REJECT_FROM =
30# REJECT_FROM6 =
31# PREFIX =
32# DEBUG = YES
33#PREFIX = valgrind --tool=memcheck --leak-check=yes
34#BINARY = /home/grothoff/bin/gnunet-service-datastore
35
36[statistics]
37PORT = 22667
38HOSTNAME = localhost
39
40[testing]
41WEAKRANDOM = YES
42
43[dht]
44AUTOSTART = NO
45
46