621b601fba03ed7c9d7f410338583fad44f33e54
[oweals/gnunet.git] / src / identity / identity.conf.in
1 [identity]
2 AUTOSTART = YES
3 @JAVAPORT@PORT = 2108
4 HOSTNAME = localhost
5 HOME = $SERVICEHOME
6 BINARY = gnunet-service-identity
7 ACCEPT_FROM = 127.0.0.1;
8 ACCEPT_FROM6 = ::1;
9 UNIXPATH = /tmp/gnunet-service-identity.unix
10 UNIX_MATCH_UID = NO
11 UNIX_MATCH_GID = YES
12
13 # Directory where we store information about our egos
14 EGODIR = $SERVICEHOME/egos/
15
16 # File where we store default identities for subsystems
17 SUBSYSTEM_CFG = $SERVICEHOME/subsystem_defaults.conf