UNPKG

377 BJSONView Raw
1{
2 "binding_ip": "0.0.0.0",
3 "port": 8080,
4
5 "authentication_header": "X-BT-AUTH",
6 "backend_authentication_header": "X-BT-BACKEND-AUTH",
7 "backend_authentication_secret": null,
8
9 "log_level": "info | warning | error | fatal",
10 "log_filters": ["/TokenExpiredError/g"],
11
12 "query_timeout": 3600000,
13
14 "request_size_limit": 5242880
15}