aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.conf.in
blob: 671e5f2f105e58a06872d1b1f93d75283c04d1fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[identity]
AUTOSTART = YES
@UNIXONLY@PORT = 2108
HOSTNAME = localhost
HOME = $SERVICEHOME
BINARY = gnunet-service-identity
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
UNIXPATH = /tmp/gnunet-service-identity.unix
UNIX_MATCH_UID = NO
UNIX_MATCH_GID = YES

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

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