forgor comma
All checks were successful
Build and Publish / build-release (push) Successful in 1m15s
All checks were successful
Build and Publish / build-release (push) Successful in 1m15s
This commit is contained in:
@@ -40,20 +40,20 @@ cors_origin = System.get_env("CORS_ORIGIN", "*")
|
|||||||
config :cors_plug,
|
config :cors_plug,
|
||||||
origin: cors_origin,
|
origin: cors_origin,
|
||||||
headers: [
|
headers: [
|
||||||
"Authorization",
|
"Authorization",
|
||||||
"x-organization-id"
|
"x-organization-id",
|
||||||
"Content-Type",
|
"Content-Type",
|
||||||
"Accept",
|
"Accept",
|
||||||
"Origin",
|
"Origin",
|
||||||
"User-Agent",
|
"User-Agent",
|
||||||
"DNT",
|
"DNT",
|
||||||
"Cache-Control",
|
"Cache-Control",
|
||||||
"X-Mx-ReqToken",
|
"X-Mx-ReqToken",
|
||||||
"Keep-Alive",
|
"Keep-Alive",
|
||||||
"X-Requested-With",
|
"X-Requested-With",
|
||||||
"If-Modified-Since",
|
"If-Modified-Since",
|
||||||
"X-CSRF-Token"
|
"X-CSRF-Token"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Zitadel Configuration
|
# Zitadel Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user