-fix double free, linker issue
[oweals/gnunet.git] / src / datastore / perf_plugin_datastore_data_postgres.conf
index 549b7679b3586e8fd3b4c0e75e83181bfab75924..53ce6cfc9cb9f6825851ef189312bed683ac5062 100644 (file)
@@ -1,34 +1,11 @@
+@INLINE@ test_defaults.conf
 [PATHS]
 SERVICEHOME = /tmp/perf-gnunet-datastore-postgres/
+DEFAULTCONFIG = perf_plugin_datastore_data_postgres.conf
 
 [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 =
-# DEBUG = YES
-
-[dht]
-AUTOSTART = NO
 
 [datastore-postgres]
 CONFIG = dbname=gnunetcheck
 
-[dns]
-AUTOSTART = NO
-
-