From 9aa22137e2427e1f44c7fca2f30005ba8b22195d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Aug 2010 19:10:18 +0000 Subject: postgres hackery --- .../test_datastore_api_data_postgres.conf | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/datastore/test_datastore_api_data_postgres.conf (limited to 'src/datastore/test_datastore_api_data_postgres.conf') diff --git a/src/datastore/test_datastore_api_data_postgres.conf b/src/datastore/test_datastore_api_data_postgres.conf new file mode 100644 index 000000000..23eb02f97 --- /dev/null +++ b/src/datastore/test_datastore_api_data_postgres.conf @@ -0,0 +1,55 @@ +[PATHS] +SERVICEHOME = /tmp/test-gnunet-datastore-postgres/ + +[arm] +DEFAULTSERVICES = +PORT = 42466 +HOSTNAME = localhost + +[resolver] +PORT = 42464 +HOSTNAME = localhost + +[datastore] +PORT = 22654 +HOSTNAME = localhost +HOME = $SERVICEHOME +CONFIG = $DEFAULTCONFIG +BINARY = gnunet-service-datastore +ACCEPT_FROM = 127.0.0.1; +ACCEPT_FROM6 = ::1; +QUOTA = 10000000 +BLOOMFILTER = $SERVICEHOME/fs/bloomfilter +DATABASE = postgres +DISABLE_SOCKET_FORWARDING = YES +# USERNAME = +# MAXBUF = +# TIMEOUT = +# DISABLEV6 = +# BINDTO = +# REJECT_FROM = +# REJECT_FROM6 = +# PREFIX = +# DEBUG = YES +# PREFIX = xterm -T datastore -e gdb --args +PREFIX = valgrind --tool=memcheck --leak-check=yes +BINARY = gnunet-service-datastore + +[datastore-postgres] +CONFIG = dbname=gnunetcheck +# USER = +# PASSWORD = +# HOST = +# PORT = + +[statistics] +PORT = 22667 +HOSTNAME = localhost + +[testing] +WEAKRANDOM = YES + +[dht] +AUTOSTART = NO + + -- cgit v1.2.3