aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.conf.in
blob: f5d454323093aa90a908f4b20bcf30368ac8b5da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[identity]
START_ON_DEMAND = @START_ON_DEMAND@
RUN_PER_USER = YES
@JAVAPORT@PORT = 2108
HOSTNAME = localhost
BINARY = gnunet-service-identity
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-identity.sock
UNIX_MATCH_UID = NO
UNIX_MATCH_GID = YES

# Directory where we store information about our egos
EGODIR = $GNUNET_DATA_HOME/identity/egos/

# File where we store default identities for subsystems
SUBSYSTEM_CFG = $GNUNET_CONFIG_HOME/identity/subsystem_defaults.conf