aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/identity.conf.in')
-rw-r--r--src/identity/identity.conf.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/identity/identity.conf.in b/src/identity/identity.conf.in
index 621b601fb..1b68775b9 100644
--- a/src/identity/identity.conf.in
+++ b/src/identity/identity.conf.in
@@ -2,7 +2,6 @@
2AUTOSTART = YES 2AUTOSTART = YES
3@JAVAPORT@PORT = 2108 3@JAVAPORT@PORT = 2108
4HOSTNAME = localhost 4HOSTNAME = localhost
5HOME = $SERVICEHOME
6BINARY = gnunet-service-identity 5BINARY = gnunet-service-identity
7ACCEPT_FROM = 127.0.0.1; 6ACCEPT_FROM = 127.0.0.1;
8ACCEPT_FROM6 = ::1; 7ACCEPT_FROM6 = ::1;
@@ -11,7 +10,7 @@ UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES 10UNIX_MATCH_GID = YES
12 11
13# Directory where we store information about our egos 12# Directory where we store information about our egos
14EGODIR = $SERVICEHOME/egos/ 13EGODIR = $GNUNET_DATA_HOME/identity/egos/
15 14
16# File where we store default identities for subsystems 15# File where we store default identities for subsystems
17SUBSYSTEM_CFG = $SERVICEHOME/subsystem_defaults.conf 16SUBSYSTEM_CFG = $GNUNET_CONFIG_HOME/identity/subsystem_defaults.conf