aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_plugin_datastore_data_postgres.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/test_plugin_datastore_data_postgres.conf')
-rw-r--r--src/datastore/test_plugin_datastore_data_postgres.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/datastore/test_plugin_datastore_data_postgres.conf b/src/datastore/test_plugin_datastore_data_postgres.conf
new file mode 100644
index 000000000..c2a181bc7
--- /dev/null
+++ b/src/datastore/test_plugin_datastore_data_postgres.conf
@@ -0,0 +1,29 @@
1[PATHS]
2SERVICEHOME = /tmp/perf-gnunet-datastore-postgres/
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 = postgres
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-postgres]
29CONFIG = dbname=gnunetcheck