aboutsummaryrefslogtreecommitdiff
path: root/src/rest/rest.conf
blob: 0d6e33ada85c9ef7be60c03b1e52413f4a1ad410 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[rest]
UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-rest.sock
BINARY=gnunet-rest-server
IMMEDIATE_START=YES
HTTP_PORT=7776
BIND_TO=127.0.0.1
BIND_TO6=::1
REST_ALLOW_HEADERS=Authorization,Accept,Content-Type
REST_ECHO_ORIGIN_WEBEXT=YES
REST_ALLOW_ORIGIN=http://localhost:4200
REST_ALLOW_CREDENTIALS=true
RUN_PER_USER=YES