bind to config option (default localhost)
[oweals/gnunet.git] / src / rest / rest.conf
1 [rest]
2 UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-rest.sock
3 BINARY=gnunet-rest-server
4 BIND_TO=127.0.0.1
5 BIND_TO6=::1
6 REST_PORT=7776
7 REST_ALLOW_HEADERS=Authorization,Accept,Content-Type
8 REST_ALLOW_ORIGIN=*
9 REST_ALLOW_CREDENTIALS=true