aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore_data_postgres.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-25 19:10:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-25 19:10:18 +0000
commit9aa22137e2427e1f44c7fca2f30005ba8b22195d (patch)
tree29ce98471d30a686c101ffff10b3461f7044491c /src/datastore/perf_plugin_datastore_data_postgres.conf
parent073be523fd1121b2bb4cd2f77f3098b0c98c1738 (diff)
downloadgnunet-9aa22137e2427e1f44c7fca2f30005ba8b22195d.tar.gz
gnunet-9aa22137e2427e1f44c7fca2f30005ba8b22195d.zip
postgres hackery
Diffstat (limited to 'src/datastore/perf_plugin_datastore_data_postgres.conf')
-rw-r--r--src/datastore/perf_plugin_datastore_data_postgres.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/datastore/perf_plugin_datastore_data_postgres.conf b/src/datastore/perf_plugin_datastore_data_postgres.conf
new file mode 100644
index 000000000..82ee17314
--- /dev/null
+++ b/src/datastore/perf_plugin_datastore_data_postgres.conf
@@ -0,0 +1,33 @@
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
30# USER =
31# PASSWORD =
32# HOST =
33# PORT =