summaryrefslogtreecommitdiff
path: root/src/datastore/test_plugin_datastore_data_sqlite.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-04 18:23:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-04 18:23:50 +0000
commitccbca5bb868adb98e9a95f6e3dea8dfc9012515a (patch)
tree4694af1b1334dc7369fcdd18f832052904efdeab /src/datastore/test_plugin_datastore_data_sqlite.conf
parent7351d04517a2a1ad48880d4fa46e780068929d6e (diff)
downloadgnunet-ccbca5bb868adb98e9a95f6e3dea8dfc9012515a.tar.gz
gnunet-ccbca5bb868adb98e9a95f6e3dea8dfc9012515a.zip
test
Diffstat (limited to 'src/datastore/test_plugin_datastore_data_sqlite.conf')
-rw-r--r--src/datastore/test_plugin_datastore_data_sqlite.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/datastore/test_plugin_datastore_data_sqlite.conf b/src/datastore/test_plugin_datastore_data_sqlite.conf
new file mode 100644
index 000000000..90cf9f103
--- /dev/null
+++ b/src/datastore/test_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