aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api_data_mysql.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_mysql.conf
parent0b0a88fe9ad47382a1d41f7311f1c26478ded84f (diff)
downloadgnunet-e04b3d81b8fafd6df42755db513d3cc68433d5b1.tar.gz
gnunet-e04b3d81b8fafd6df42755db513d3cc68433d5b1.zip
simplifying configs
Diffstat (limited to 'src/datastore/test_datastore_api_data_mysql.conf')
-rw-r--r--src/datastore/test_datastore_api_data_mysql.conf58
1 files changed, 9 insertions, 49 deletions
diff --git a/src/datastore/test_datastore_api_data_mysql.conf b/src/datastore/test_datastore_api_data_mysql.conf
index b734dca08..3dc17c3af 100644
--- a/src/datastore/test_datastore_api_data_mysql.conf
+++ b/src/datastore/test_datastore_api_data_mysql.conf
@@ -1,68 +1,28 @@
1@INLINE@ test_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-datastore-mysql/ 3SERVICEHOME = /tmp/test-gnunet-datastore-mysql/
4DEFAULTCONFIG = test_datastore_api_data_mysql.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 = mysql 21DATABASE = mysql
24# USERNAME =
25# MAXBUF =
26# TIMEOUT =
27# DISABLEV6 =
28# BINDTO =
29# REJECT_FROM =
30# REJECT_FROM6 =
31# PREFIX =
32# DEBUG = YES
33# PREFIX = xterm -T datastore -e gdb --args
34# PREFIX = valgrind --tool=memcheck --leak-check=yes
35BINARY = gnunet-service-datastore
36 22
37[datastore-mysql] 23[datastore-mysql]
38DATABASE = gnunetcheck 24DATABASE = gnunetcheck
39# CONFIG = ~/.my.cnf
40# USER =
41# PASSWORD =
42# HOST =
43# PORT =
44
45[statistics]
46PORT = 22667
47HOSTNAME = localhost
48
49[testing]
50WEAKRANDOM = YES
51
52[dht]
53AUTOSTART = NO
54
55 25
56[fs] 26[fs]
57AUTOSTART = NO 27AUTOSTART = NO
58 28
59[dns]
60AUTOSTART = NO
61
62[mesh]
63AUTOSTART = NO
64
65[nse]
66AUTOSTART = NO
67
68