diff --git a/config/runtime.exs b/config/runtime.exs index 4550dad135..b7dedf7975 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -252,7 +252,7 @@ if config_env() in [:prod, :demo] do end if enable_saml do - saml_dir = System.get_env("SAML_SP_DIR", "/etc/trento/trento-web/saml") + saml_dir = System.get_env("SAML_SP_DIR", "/etc/trento/saml") config :trento, :saml, enabled: true, diff --git a/lib/trento/release.ex b/lib/trento/release.ex index 628aa45ce9..6e9c1db0d0 100644 --- a/lib/trento/release.ex +++ b/lib/trento/release.ex @@ -146,7 +146,7 @@ defmodule Trento.Release do For example: yourdomain.example.com """ - saml_dir = System.get_env("SAML_SP_DIR", "/etc/trento/trento-web/saml") + saml_dir = System.get_env("SAML_SP_DIR", "/etc/trento/saml") certificates_settings = Trento.Repo.one(SSOCertificatesSettings.base_query())