Skip to content

Commit ddd5528

Browse files
committed
SPD: Fix base_domain parameter name
1 parent 0ae6887 commit ddd5528

File tree

1 file changed

+1
-1
lines changed
  • roles/spdashboard/templates

1 file changed

+1
-1
lines changed

roles/spdashboard/templates/env.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mail_receiver={{ spdashboard_support_email }}
1313
secret=ThisTokenIsNotSoSecretChangeIt
1414
session_max_absolute_lifetime=32400
1515
session_max_relative_lifetime=14400
16-
logout_redirect_url=https://engine.{{ spashboard_base_domain }}/logout
16+
logout_redirect_url=https://engine.{{ spdashboard_base_domain }}/logout
1717
administrator_teams={% for team in spdashboard.adminteams %}{{ team }}{% if not loop.last %},{% endif %}{% endfor %}
1818

1919
saml_sp_publickey={{ spdashboard_saml_sp_publickey }}

0 commit comments

Comments
 (0)