aboutsummaryrefslogtreecommitdiff
path: root/src/rest/rest.conf
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-29 17:44:10 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-29 17:44:10 +0200
commita3392854e21b10b84e5f1d81db41c929a031ab39 (patch)
treed668ab05d1548c0f572b67d8dc4cb4e1f5097876 /src/rest/rest.conf
parent1894c4186101db00fabd0d780edf7eb5a122b07b (diff)
downloadgnunet-a3392854e21b10b84e5f1d81db41c929a031ab39.tar.gz
gnunet-a3392854e21b10b84e5f1d81db41c929a031ab39.zip
REST: fallback to default port
Diffstat (limited to 'src/rest/rest.conf')
-rw-r--r--src/rest/rest.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest/rest.conf b/src/rest/rest.conf
index dfeedd26c..71fef8aa1 100644
--- a/src/rest/rest.conf
+++ b/src/rest/rest.conf
@@ -2,6 +2,7 @@
2UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-rest.sock 2UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-rest.sock
3BINARY=gnunet-rest-server 3BINARY=gnunet-rest-server
4IMMEDIATE_START=YES 4IMMEDIATE_START=YES
5HTTP_PORT=7776
5BIND_TO=127.0.0.1 6BIND_TO=127.0.0.1
6BIND_TO6=::1 7BIND_TO6=::1
7REST_ALLOW_HEADERS=Authorization,Accept,Content-Type 8REST_ALLOW_HEADERS=Authorization,Accept,Content-Type