We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae6887 commit ddd5528Copy full SHA for ddd5528
roles/spdashboard/templates/env.j2
@@ -13,7 +13,7 @@ mail_receiver={{ spdashboard_support_email }}
13
secret=ThisTokenIsNotSoSecretChangeIt
14
session_max_absolute_lifetime=32400
15
session_max_relative_lifetime=14400
16
-logout_redirect_url=https://engine.{{ spashboard_base_domain }}/logout
+logout_redirect_url=https://engine.{{ spdashboard_base_domain }}/logout
17
administrator_teams={% for team in spdashboard.adminteams %}{{ team }}{% if not loop.last %},{% endif %}{% endfor %}
18
19
saml_sp_publickey={{ spdashboard_saml_sp_publickey }}
0 commit comments