aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_plugin_datastore_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_plugin_datastore_data_mysql.conf
parent0b0a88fe9ad47382a1d41f7311f1c26478ded84f (diff)
downloadgnunet-e04b3d81b8fafd6df42755db513d3cc68433d5b1.tar.gz
gnunet-e04b3d81b8fafd6df42755db513d3cc68433d5b1.zip
simplifying configs
Diffstat (limited to 'src/datastore/test_plugin_datastore_data_mysql.conf')
-rw-r--r--src/datastore/test_plugin_datastore_data_mysql.conf38
1 files changed, 2 insertions, 36 deletions
diff --git a/src/datastore/test_plugin_datastore_data_mysql.conf b/src/datastore/test_plugin_datastore_data_mysql.conf
index c35b55a5b..957818ad8 100644
--- a/src/datastore/test_plugin_datastore_data_mysql.conf
+++ b/src/datastore/test_plugin_datastore_data_mysql.conf
@@ -1,45 +1,11 @@
1@INLINE@ test_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-datastore-plugin-mysql/ 3SERVICEHOME = /tmp/test-gnunet-datastore-plugin-mysql/
4DEFAULTCONFIG = test_plugin_datastore_data_mysql.conf
3 5
4[datastore] 6[datastore]
5PORT = 22654
6HOSTNAME = localhost
7HOME = $SERVICEHOME
8CONFIG = $DEFAULTCONFIG
9BINARY = gnunet-service-datastore
10ACCEPT_FROM = 127.0.0.1;
11ACCEPT_FROM6 = ::1;
12QUOTA = 1000000
13BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
14DATABASE = mysql 7DATABASE = mysql
15# USERNAME =
16# MAXBUF =
17# TIMEOUT =
18# DISABLEV6 =
19# BINDTO =
20# REJECT_FROM =
21# REJECT_FROM6 =
22# PREFIX =
23
24
25[dht]
26AUTOSTART = NO
27 8
28[datastore-mysql] 9[datastore-mysql]
29DATABASE = gnunetcheck 10DATABASE = gnunetcheck
30# CONFIG = ~/.my.cnf
31# USER =
32# PASSWORD =
33# HOST =
34# PORT =
35
36[dns]
37AUTOSTART = NO
38
39[mesh]
40AUTOSTART = NO
41
42[nse]
43AUTOSTART = NO
44
45 11