From ccbca5bb868adb98e9a95f6e3dea8dfc9012515a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 4 Apr 2011 18:23:50 +0000 Subject: test --- .../test_plugin_datastore_data_postgres.conf | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/datastore/test_plugin_datastore_data_postgres.conf (limited to 'src/datastore/test_plugin_datastore_data_postgres.conf') 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 @@ +[PATHS] +SERVICEHOME = /tmp/perf-gnunet-datastore-postgres/ + +[datastore] +PORT = 22654 +HOSTNAME = localhost +HOME = $SERVICEHOME +CONFIG = $DEFAULTCONFIG +BINARY = gnunet-service-datastore +ACCEPT_FROM = 127.0.0.1; +ACCEPT_FROM6 = ::1; +QUOTA = 1000000 +BLOOMFILTER = $SERVICEHOME/fs/bloomfilter +DATABASE = postgres +# USERNAME = +# MAXBUF = +# TIMEOUT = +# DISABLEV6 = +# BINDTO = +# REJECT_FROM = +# REJECT_FROM6 = +# PREFIX = + + +[dht] +AUTOSTART = NO + +[datastore-postgres] +CONFIG = dbname=gnunetcheck -- cgit v1.2.3