From: Schanzenbach, Martin Date: Mon, 29 Apr 2019 15:27:29 +0000 (+0200) Subject: REST: don't block port for now X-Git-Tag: v0.11.4~58 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1894c4186101db00fabd0d780edf7eb5a122b07b;p=oweals%2Fgnunet.git REST: don't block port for now --- diff --git a/src/rest/rest.conf b/src/rest/rest.conf index 7d5299161..dfeedd26c 100644 --- a/src/rest/rest.conf +++ b/src/rest/rest.conf @@ -4,7 +4,6 @@ BINARY=gnunet-rest-server IMMEDIATE_START=YES BIND_TO=127.0.0.1 BIND_TO6=::1 -PORT=7776 REST_ALLOW_HEADERS=Authorization,Accept,Content-Type REST_ALLOW_ORIGIN=* REST_ALLOW_CREDENTIALS=true