aboutsummaryrefslogtreecommitdiff
path: root/src/core
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
parent0f6f7fdb0ee4172951f8cb1431d2e457a4b83716 (diff)
downloadgnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.tar.gz
gnunet-2032baa561c7fefbe2605f5d6b979a295a61637d.zip
migrating towards XDG configuration specification (#3000)
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core.conf.in3
-rw-r--r--src/core/test_core_api_send_to_self.conf1
2 files changed, 1 insertions, 3 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
diff --git a/src/core/test_core_api_send_to_self.conf b/src/core/test_core_api_send_to_self.conf
index 704a2b6da..8df557226 100644
--- a/src/core/test_core_api_send_to_self.conf
+++ b/src/core/test_core_api_send_to_self.conf
@@ -20,7 +20,6 @@ UNIXPATH = /tmp/gnunet-p1-service-ats.sock
20AUTOSTART = YES 20AUTOSTART = YES
21PORT = 9252 21PORT = 9252
22HOSTNAME = localhost 22HOSTNAME = localhost
23HOME = $SERVICEHOME
24BINARY = test_core_api_send_to_self 23BINARY = test_core_api_send_to_self
25ACCEPT_FROM = 127.0.0.1; 24ACCEPT_FROM = 127.0.0.1;
26ACCEPT_FROM6 = ::1; 25ACCEPT_FROM6 = ::1;