aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_plugin_datastore_data_mysql.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/test_plugin_datastore_data_mysql.conf')
-rw-r--r--src/datastore/test_plugin_datastore_data_mysql.conf34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/datastore/test_plugin_datastore_data_mysql.conf b/src/datastore/test_plugin_datastore_data_mysql.conf
new file mode 100644
index 000000000..d436ea53d
--- /dev/null
+++ b/src/datastore/test_plugin_datastore_data_mysql.conf
@@ -0,0 +1,34 @@
1[PATHS]
2SERVICEHOME = /tmp/perf-gnunet-datastore-mysql/
3
4[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
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
28[datastore-mysql]
29DATABASE = gnunetcheck
30# CONFIG = ~/.my.cnf
31# USER =
32# PASSWORD =
33# HOST =
34# PORT =