- give control over CORS methods to plugin
[oweals/gnunet.git] / src / identity / identity.conf.in
1 [identity]
2 AUTOSTART = @AUTOSTART@
3 USER_SERVICE = YES
4 @JAVAPORT@PORT = 2108
5 HOSTNAME = localhost
6 BINARY = gnunet-service-identity
7 ACCEPT_FROM = 127.0.0.1;
8 ACCEPT_FROM6 = ::1;
9 UNIXPATH = $GNUNET_USER_RUNTIME_DIR/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 = $GNUNET_DATA_HOME/identity/egos/
15
16 # File where we store default identities for subsystems
17 SUBSYSTEM_CFG = $GNUNET_CONFIG_HOME/identity/subsystem_defaults.conf