removing deprecated, dead test-connected API
[oweals/gnunet.git] / src / core / core.conf.in
index 84e2df9fb800d64831c6757bc690c7249f05b339..839c21eeb3867e2b63841c11eaa1a3495522730e 100644 (file)
@@ -1,9 +1,8 @@
 [core]
 AUTOSTART = YES
-@UNIXONLY@ PORT = 2092
+@JAVAPORT@PORT = 2092
 HOSTNAME = localhost
 HOME = $SERVICEHOME
-CONFIG = $DEFAULTCONFIG
 BINARY = gnunet-service-core
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
@@ -11,7 +10,6 @@ UNIXPATH = /tmp/gnunet-service-core.sock
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 # DISABLE_SOCKET_FORWARDING = NO
-# DEBUG = YES
 # USERNAME = 
 # MAXBUF =
 # TIMEOUT =
@@ -20,3 +18,7 @@ UNIX_MATCH_GID = YES
 # REJECT_FROM =
 # REJECT_FROM6 =
 # PREFIX =
+
+# Note: this MUST be set to YES in production, only set to NO for testing
+# for performance (testbed/cluster-scale use!).
+USE_EPHEMERAL_KEYS = YES
\ No newline at end of file