diff --git a/config/runtime.exs b/config/runtime.exs index fbf5af3..c50356c 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -58,7 +58,8 @@ 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