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,
|
||||
origin: cors_origin,
|
||||
headers: [
|
||||
"Authorization",
|
||||
"x-organization-id"
|
||||
"Content-Type",
|
||||
"Accept",
|
||||
"Origin",
|
||||
"User-Agent",
|
||||
"DNT",
|
||||
"Cache-Control",
|
||||
"X-Mx-ReqToken",
|
||||
"Keep-Alive",
|
||||
"X-Requested-With",
|
||||
"If-Modified-Since",
|
||||
"X-CSRF-Token"
|
||||
]
|
||||
"Authorization",
|
||||
"x-organization-id",
|
||||
"Content-Type",
|
||||
"Accept",
|
||||
"Origin",
|
||||
"User-Agent",
|
||||
"DNT",
|
||||
"Cache-Control",
|
||||
"X-Mx-ReqToken",
|
||||
"Keep-Alive",
|
||||
"X-Requested-With",
|
||||
"If-Modified-Since",
|
||||
"X-CSRF-Token"
|
||||
]
|
||||
|
||||
# Zitadel Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user