From 5d5cd3d00b2f75d7b6e630f9ea9bd354af9a0d5f Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 9 Jan 2016 17:45:50 +0000 Subject: -add config --- src/identity-provider/identity-provider.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/identity-provider/identity-provider.conf (limited to 'src/identity-provider/identity-provider.conf') diff --git a/src/identity-provider/identity-provider.conf b/src/identity-provider/identity-provider.conf new file mode 100644 index 000000000..bac8e69ed --- /dev/null +++ b/src/identity-provider/identity-provider.conf @@ -0,0 +1,12 @@ +[identity-provider] +AUTOSTART = NO +USER_SERVICE = YES +#PORT = 2108 +HOSTNAME = localhost +BINARY = gnunet-service-identity-provider +ACCEPT_FROM = 127.0.0.1; +ACCEPT_FROM6 = ::1; +UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-identity-provider.sock +UNIX_MATCH_UID = NO +UNIX_MATCH_GID = YES +TOKEN_EXPIRATION_INTERVAL = 30 m -- cgit v1.2.3