ws-default.json 219 B

123456789101112
  1. {
  2. "network": "ws",
  3. "wsSettings": {
  4. "acceptProxyProtocol": false,
  5. "path": "/api/v2",
  6. "host": "cdn.example.test",
  7. "headers": {
  8. "X-Forwarded-Proto": "https"
  9. },
  10. "heartbeatPeriod": 30
  11. }
  12. }