aboutsummaryrefslogtreecommitdiff
path: root/src/identity
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity')
-rw-r--r--src/identity/identity.conf.in2
-rw-r--r--src/identity/test_identity.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/identity/identity.conf.in b/src/identity/identity.conf.in
index 1b68775b9..1b0d087e6 100644
--- a/src/identity/identity.conf.in
+++ b/src/identity/identity.conf.in
@@ -5,7 +5,7 @@ HOSTNAME = localhost
5BINARY = gnunet-service-identity 5BINARY = gnunet-service-identity
6ACCEPT_FROM = 127.0.0.1; 6ACCEPT_FROM = 127.0.0.1;
7ACCEPT_FROM6 = ::1; 7ACCEPT_FROM6 = ::1;
8UNIXPATH = /tmp/gnunet-service-identity.unix 8UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-identity.unix
9UNIX_MATCH_UID = NO 9UNIX_MATCH_UID = NO
10UNIX_MATCH_GID = YES 10UNIX_MATCH_GID = YES
11 11
diff --git a/src/identity/test_identity.conf b/src/identity/test_identity.conf
index 3349f6aa3..54ea63fd8 100644
--- a/src/identity/test_identity.conf
+++ b/src/identity/test_identity.conf
@@ -1,7 +1,7 @@
1[arm] 1[arm]
2PORT = 12000 2PORT = 12000
3DEFAULTSERVICES = identity 3DEFAULTSERVICES = identity
4UNIXPATH = /tmp/gnunet-p1-service-arm.sock 4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock
5 5
6[identity] 6[identity]
7# need to overwrite paths to ensure they stay the same between runs... 7# need to overwrite paths to ensure they stay the same between runs...