aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore_data_sqlite.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/perf_plugin_datastore_data_sqlite.conf')
-rw-r--r--src/datastore/perf_plugin_datastore_data_sqlite.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/datastore/perf_plugin_datastore_data_sqlite.conf b/src/datastore/perf_plugin_datastore_data_sqlite.conf
new file mode 100644
index 000000000..90cf9f103
--- /dev/null
+++ b/src/datastore/perf_plugin_datastore_data_sqlite.conf
@@ -0,0 +1,27 @@
1[PATHS]
2SERVICEHOME = /tmp/perf-gnunet-datastore-sqlite/
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 = sqlite
15# USERNAME =
16# MAXBUF =
17# TIMEOUT =
18# DISABLEV6 =
19# BINDTO =
20# REJECT_FROM =
21# REJECT_FROM6 =
22# PREFIX =
23
24[dht]
25AUTOSTART = NO
26
27