diff --git a/config/runtime.exs b/config/runtime.exs index c50356c..fbf5af3 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -58,8 +58,7 @@ if config_env() == :prod do client_id: System.get_env("OIDC_CLIENT_ID") || "mv", base_url: System.get_env("OIDC_BASE_URL") || "http://localhost:8080/auth/v1", client_secret: System.get_env("OIDC_CLIENT_SECRET"), - redirect_uri: - System.get_env("OIDC_REDIRECT_URI") || "http://#{host}:#{port}/auth/user/rauthy/callback" + redirect_uri: System.get_env("OIDC_REDIRECT_URI") || "http://#{host}:#{port}/auth/user/rauthy/callback" # Token signing secret from environment variable # This overrides the placeholder value set in prod.exs