aboutsummaryrefslogtreecommitdiff
path: root/src/rest/rest.conf
diff options
context:
space:
mode:
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