Fix oidc for authentik #258

Merged
carla merged 2 commits from fix-oidc-for-authentik into main 2025-12-03 20:52:21 +01:00
Showing only changes of commit e03693ada5 - Show all commits

View file

@ -118,6 +118,7 @@ if config_env() == :prod do
System.get_env("PHX_HOST") ||
System.get_env("DOMAIN") ||
raise "Please define the PHX_HOST or DOMAIN environment variable."
port = String.to_integer(System.get_env("PORT") || "4000")
config :mv, :dns_cluster_query, System.get_env("DNS_CLUSTER_QUERY")