aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/psycstore.conf.in
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-12-08 21:33:24 +0000
committerLRN <lrn1986@gmail.com>2013-12-08 21:33:24 +0000
commit547a8c0748abbe370982bf8c2178e36763eec61e (patch)
treea1940e50af43a82a22125f3946c6c8900b01e9ae /src/psycstore/psycstore.conf.in
parentad919f61587435cf184aba68caf68d65482c884e (diff)
downloadgnunet-547a8c0748abbe370982bf8c2178e36763eec61e.tar.gz
gnunet-547a8c0748abbe370982bf8c2178e36763eec61e.zip
Add hostname to psycstore.conf (required on W32)
Diffstat (limited to 'src/psycstore/psycstore.conf.in')
-rw-r--r--src/psycstore/psycstore.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/psycstore/psycstore.conf.in b/src/psycstore/psycstore.conf.in
index 5e44a1a1e..18c2d1adf 100644
--- a/src/psycstore/psycstore.conf.in
+++ b/src/psycstore/psycstore.conf.in
@@ -2,6 +2,7 @@
2AUTOSTART = @AUTOSTART@ 2AUTOSTART = @AUTOSTART@
3BINARY = gnunet-service-psycstore 3BINARY = gnunet-service-psycstore
4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psycstore.sock 4UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psycstore.sock
5HOSTNAME = localhost
5@UNIXONLY@PORT = 2111 6@UNIXONLY@PORT = 2111
6UNIX_MATCH_UID = NO 7UNIX_MATCH_UID = NO
7UNIX_MATCH_GID = YES 8UNIX_MATCH_GID = YES