aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.conf.in')
-rw-r--r--src/core/core.conf.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/core/core.conf.in b/src/core/core.conf.in
deleted file mode 100644
index 00faf6079..000000000
--- a/src/core/core.conf.in
+++ /dev/null
@@ -1,23 +0,0 @@
1[core]
2START_ON_DEMAND = @START_ON_DEMAND@
3@JAVAPORT@PORT = 2092
4HOSTNAME = localhost
5BINARY = gnunet-service-core
6ACCEPT_FROM = 127.0.0.1;
7ACCEPT_FROM6 = ::1;
8UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-core.sock
9UNIX_MATCH_UID = NO
10UNIX_MATCH_GID = YES
11# DISABLE_SOCKET_FORWARDING = NO
12# USERNAME =
13# MAXBUF =
14# TIMEOUT =
15# DISABLEV6 =
16# BINDTO =
17# REJECT_FROM =
18# REJECT_FROM6 =
19# PREFIX =
20
21# Note: this MUST be set to YES in production, only set to NO for testing
22# for performance (testbed/cluster-scale use!).
23USE_EPHEMERAL_KEYS = YES