diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-03 11:55:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-03 11:55:47 +0200 |
commit | d1d0d07f7bf94c1e147b9d133c9cf0df73c6c2bd (patch) | |
tree | 866f36b177fe19b8d02add1d53b3c50722aadce5 /src/psycstore | |
parent | c94699a87444a84734b5b13c2231bc9775a6399a (diff) |
the config files that gnunet-arm will read.
The @UNIXONLY@ stuff is removed since that causes a parse error.
Tobias
Diffstat (limited to 'src/psycstore')
-rw-r--r-- | src/psycstore/psycstore.conf.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/psycstore/psycstore.conf.in b/src/psycstore/psycstore.conf.in index 3905db1..43c2038 100644 --- a/src/psycstore/psycstore.conf.in +++ b/src/psycstore/psycstore.conf.in @@ -6,7 +6,6 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-psycstore.sock UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES -@UNIXONLY@PORT = 2111 HOSTNAME = localhost ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; |