Add hostname and port to psyc.conf (required on W32)
authorLRN <lrn1986@gmail.com>
Sun, 8 Dec 2013 21:33:27 +0000 (21:33 +0000)
committerLRN <lrn1986@gmail.com>
Sun, 8 Dec 2013 21:33:27 +0000 (21:33 +0000)
src/psyc/psyc.conf.in

index 30984fb29444213cfb47161a254e7fbb288ec72d..4615526988c5528e273427305e253ba989101894 100644 (file)
@@ -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