aboutsummaryrefslogtreecommitdiff
path: root/src/rest/rest.conf
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-29 08:06:44 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-29 08:06:44 +0200
commit60d45f936ee2e864b3c7f5c1fef7b83fab71ecd1 (patch)
tree7d2e80f805ebfbf8276ddbaa93e25659d709bd37 /src/rest/rest.conf
parentb648db0820be371cd4f782bb3ca1b6a80766980f (diff)
downloadgnunet-60d45f936ee2e864b3c7f5c1fef7b83fab71ecd1.tar.gz
gnunet-60d45f936ee2e864b3c7f5c1fef7b83fab71ecd1.zip
REST: trigger start; fix port
Diffstat (limited to 'src/rest/rest.conf')
-rw-r--r--src/rest/rest.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rest/rest.conf b/src/rest/rest.conf
index 3674c3850..400db19a6 100644
--- a/src/rest/rest.conf
+++ b/src/rest/rest.conf
@@ -1,10 +1,10 @@
1[rest] 1[rest]
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 4START_ON_DEMAND=YES
5BIND_TO=127.0.0.1 5BIND_TO=127.0.0.1
6BIND_TO6=::1 6BIND_TO6=::1
7REST_PORT=7776 7PORT=7776
8REST_ALLOW_HEADERS=Authorization,Accept,Content-Type 8REST_ALLOW_HEADERS=Authorization,Accept,Content-Type
9REST_ALLOW_ORIGIN=* 9REST_ALLOW_ORIGIN=*
10REST_ALLOW_CREDENTIALS=true 10REST_ALLOW_CREDENTIALS=true