set cors in api pipeline
Some checks failed
Build and Publish / build-release (push) Failing after 10s

This commit is contained in:
2026-05-14 10:16:50 -05:00
parent cd0c0b21b4
commit 90f8ef00fa
3 changed files with 4 additions and 7 deletions

View File

@@ -35,12 +35,6 @@ if amqp_url do
config :policy_service, :amqp_url, amqp_url
end
cors_origin = System.get_env("CORS_ORIGIN", "*")
config :cors_plug,
origin: cors_origin,
allow_headers: ["*"]
# Zitadel Configuration
# ## Using releases