Skip to content

Commit

Permalink
Change SAML_SP_DIR default location (#3102)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 authored Oct 28, 2024
1 parent 78b783d commit ea078b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion lib/trento/release.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit ea078b7

Please sign in to comment.