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