From: LRN Date: Sun, 8 Dec 2013 21:33:27 +0000 (+0000) Subject: Add hostname and port to psyc.conf (required on W32) X-Git-Tag: initial-import-from-subversion-38251~5664 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=65923cbc2746640d0a9c2851fdec6205c5cca8a6;p=oweals%2Fgnunet.git Add hostname and port to psyc.conf (required on W32) --- diff --git a/src/psyc/psyc.conf.in b/src/psyc/psyc.conf.in index 30984fb29..461552698 100644 --- a/src/psyc/psyc.conf.in +++ b/src/psyc/psyc.conf.in @@ -4,3 +4,5 @@ BINARY = gnunet-service-psyc UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psyc.sock UNIX_MATCH_UID = NO UNIX_MATCH_GID = YES +@UNIXONLY@PORT = 2115 +HOSTNAME = localhost \ No newline at end of file