{
  "cors": {
    "enabled": false,
    "origin": "*",
    "expose": [
      "WWW-Authenticate",
      "Server-Authorization"
    ],
    "maxAge": 31536000,
    "credentials": true,
    "methods": [
      "GET",
      "POST",
      "PUT",
      "PATCH",
      "DELETE",
      "HEAD",
      "OPTIONS"
    ],
    "headers": [
      "Content-Type",
      "Authorization",
      "X-Forwarded-Host"
    ],
    "keepHeadersOnError": false
  }
}
