aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/psyc.conf.in
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
committerGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
commitcfeccc1b56def35ac586ac2c09ac70b523b59ef5 (patch)
treee0cb2abc1ce4c11514c29eb5c0c067443b3a6fbd /src/psyc/psyc.conf.in
parent10f2f102658f935148475d5aa2b29afd8a4e85c2 (diff)
downloadgnunet-cfeccc1b56def35ac586ac2c09ac70b523b59ef5.tar.gz
gnunet-cfeccc1b56def35ac586ac2c09ac70b523b59ef5.zip
add social service
Diffstat (limited to 'src/psyc/psyc.conf.in')
-rw-r--r--src/psyc/psyc.conf.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/psyc/psyc.conf.in b/src/psyc/psyc.conf.in
index 461552698..4a4a96954 100644
--- a/src/psyc/psyc.conf.in
+++ b/src/psyc/psyc.conf.in
@@ -1,8 +1,12 @@
1[psyc] 1[psyc]
2AUTOSTART = @AUTOSTART@ 2AUTOSTART = @AUTOSTART@
3BINARY = gnunet-service-psyc 3BINARY = gnunet-service-psyc
4
4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psyc.sock 5UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psyc.sock
5UNIX_MATCH_UID = NO 6UNIX_MATCH_UID = YES
6UNIX_MATCH_GID = YES 7UNIX_MATCH_GID = YES
8
7@UNIXONLY@PORT = 2115 9@UNIXONLY@PORT = 2115
8HOSTNAME = localhost \ No newline at end of file 10HOSTNAME = localhost
11ACCEPT_FROM = 127.0.0.1;
12ACCEPT_FROM6 = ::1;