aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:05:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:05:42 +0000
commit2032baa561c7fefbe2605f5d6b979a295a61637d (patch)
tree2c2a2f1c92940a51ccb565c8fdc1b381a68d8bb4 /src/core/core.conf.in
parent0f6f7fdb0ee4172951f8cb1431d2e457a4b83716 (diff)
downloadgnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.tar.gz
gnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.zip
migrating towards XDG configuration specification (#3000)
Diffstat (limited to 'src/core/core.conf.in')
-rw-r--r--src/core/core.conf.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/core.conf.in b/src/core/core.conf.in
index 839c21eeb..f8e71957a 100644
--- a/src/core/core.conf.in
+++ b/src/core/core.conf.in
@@ -2,7 +2,6 @@
2AUTOSTART = YES 2AUTOSTART = YES
3@JAVAPORT@PORT = 2092 3@JAVAPORT@PORT = 2092
4HOSTNAME = localhost 4HOSTNAME = localhost
5HOME = $SERVICEHOME
6BINARY = gnunet-service-core 5BINARY = gnunet-service-core
7ACCEPT_FROM = 127.0.0.1; 6ACCEPT_FROM = 127.0.0.1;
8ACCEPT_FROM6 = ::1; 7ACCEPT_FROM6 = ::1;
@@ -21,4 +20,4 @@ UNIX_MATCH_GID = YES
21 20
22# Note: this MUST be set to YES in production, only set to NO for testing 21# Note: this MUST be set to YES in production, only set to NO for testing
23# for performance (testbed/cluster-scale use!). 22# for performance (testbed/cluster-scale use!).
24USE_EPHEMERAL_KEYS = YES \ No newline at end of file 23USE_EPHEMERAL_KEYS = YES