aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api_data_sqlite.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-14 12:40:08 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-14 12:40:08 +0000
commite04b3d81b8fafd6df42755db513d3cc68433d5b1 (patch)
tree688196c8c7f743448097ff9848e001c6c4287a3c /src/datastore/test_datastore_api_data_sqlite.conf
parent0b0a88fe9ad47382a1d41f7311f1c26478ded84f (diff)
downloadgnunet-e04b3d81b8fafd6df42755db513d3cc68433d5b1.tar.gz
gnunet-e04b3d81b8fafd6df42755db513d3cc68433d5b1.zip
simplifying configs
Diffstat (limited to 'src/datastore/test_datastore_api_data_sqlite.conf')
-rw-r--r--src/datastore/test_datastore_api_data_sqlite.conf54
1 files changed, 9 insertions, 45 deletions
diff --git a/src/datastore/test_datastore_api_data_sqlite.conf b/src/datastore/test_datastore_api_data_sqlite.conf
index 049068333..eaf4f2b5c 100644
--- a/src/datastore/test_datastore_api_data_sqlite.conf
+++ b/src/datastore/test_datastore_api_data_sqlite.conf
@@ -1,60 +1,24 @@
1@INLINE@ test_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-datastore-sqlite/ 3SERVICEHOME = /tmp/test-gnunet-datastore-sqlite/
4DEFAULTCONFIG = test_datastore_api_data_sqlite.conf
5
6[TESTING]
7WEAKRANDOM = YES
3 8
4[arm] 9[arm]
5DEFAULTSERVICES =
6PORT = 42466 10PORT = 42466
7HOSTNAME = localhost 11DEFAULTSERVICES =
12
13[statistics]
14PORT = 22667
8 15
9[resolver] 16[resolver]
10PORT = 42464 17PORT = 42464
11HOSTNAME = localhost
12 18
13[datastore] 19[datastore]
14PORT = 22654
15HOSTNAME = localhost
16HOME = $SERVICEHOME
17CONFIG = $DEFAULTCONFIG
18BINARY = gnunet-service-datastore
19ACCEPT_FROM = 127.0.0.1;
20ACCEPT_FROM6 = ::1;
21QUOTA = 10000000 20QUOTA = 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[mesh]
47AUTOSTART = NO
48 21
49[fs] 22[fs]
50AUTOSTART = NO 23AUTOSTART = NO
51 24
52[dns]
53AUTOSTART = NO
54
55
56
57[nse]
58AUTOSTART = NO
59
60