aboutsummaryrefslogtreecommitdiff
path: root/src/service/identity/identity.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/identity/identity.conf.in')
-rw-r--r--src/service/identity/identity.conf.in17
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]
2START_ON_DEMAND = @START_ON_DEMAND@
3RUN_PER_USER = YES
4@JAVAPORT@PORT = 2108
5HOSTNAME = localhost
6BINARY = gnunet-service-identity
7ACCEPT_FROM = 127.0.0.1;
8ACCEPT_FROM6 = ::1;
9UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-identity.sock
10UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES
12
13# Directory where we store information about our egos
14EGODIR = $GNUNET_DATA_HOME/identity/egos/
15
16# File where we store default identities for subsystems
17SUBSYSTEM_CFG = $GNUNET_CONFIG_HOME/identity/subsystem_defaults.conf