aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-17 19:40:28 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-17 19:40:28 +0000
commit7c5f4f7461eb4e35142e32a3ec6f76e41c38c4b9 (patch)
tree3e146ad75a8f016e486f40c17a887166848f8ef0 /src/datastore/perf_plugin_datastore_data.conf
parent99a42c9ecb14e3c987d9c750c5c9290192e239de (diff)
downloadgnunet-7c5f4f7461eb4e35142e32a3ec6f76e41c38c4b9.tar.gz
gnunet-7c5f4f7461eb4e35142e32a3ec6f76e41c38c4b9.zip
cpsing perf test
Diffstat (limited to 'src/datastore/perf_plugin_datastore_data.conf')
-rw-r--r--src/datastore/perf_plugin_datastore_data.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/datastore/perf_plugin_datastore_data.conf b/src/datastore/perf_plugin_datastore_data.conf
new file mode 100644
index 000000000..849c322c9
--- /dev/null
+++ b/src/datastore/perf_plugin_datastore_data.conf
@@ -0,0 +1,23 @@
1[PATHS]
2SERVICEHOME = /tmp/test-gnunetd-datastore/
3
4[datastore]
5PORT = 22654
6HOSTNAME = localhost
7HOME = $SERVICEHOME
8CONFIG = $DEFAULTCONFIG
9BINARY = gnunet-service-datastore
10ACCEPT_FROM = 127.0.0.1;
11ACCEPT_FROM6 = ::1;
12ALLOW_SHUTDOWN = YES
13QUOTA = 1000000
14BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
15DATABASE = sqlite
16# USERNAME =
17# MAXBUF =
18# TIMEOUT =
19# DISABLEV6 =
20# BINDTO =
21# REJECT_FROM =
22# REJECT_FROM6 =
23# PREFIX =