diff options
Diffstat (limited to 'src/service/identity/identity.conf.in')
-rw-r--r-- | src/service/identity/identity.conf.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/service/identity/identity.conf.in b/src/service/identity/identity.conf.in new file mode 100644 index 000000000..f5d454323 --- /dev/null +++ b/src/service/identity/identity.conf.in | |||
@@ -0,0 +1,17 @@ | |||
1 | [identity] | ||
2 | START_ON_DEMAND = @START_ON_DEMAND@ | ||
3 | RUN_PER_USER = 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.sock | ||
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 | ||