guix-env: some update.
[oweals/gnunet.git] / src / datastore / test_plugin_datastore_data_postgres.conf
index bc1f709865545df5735181f1f76d04a463165078..bebc97e853ed5f860cb1c95f4cfa01dd33bb70e8 100644 (file)
@@ -1,39 +1,10 @@
+@INLINE@ test_defaults.conf
 [PATHS]
-SERVICEHOME = /tmp/test-gnunet-datastore-plugin-postgres/
+GNUNET_TEST_HOME = /tmp/test-gnunet-datastore-plugin-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
 
-[dns]
-AUTOSTART = NO
-
-
-
-[nse]
-AUTOSTART = NO
-
-