Define the mail host vars.

This commit is contained in:
Andrea Dell'Amico 2023-12-06 18:29:18 +01:00
parent dd87548a98
commit fb5b0dccd6
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,10 @@ information_system_gui_spring_security_oauth2_client_registration_oidc_client_se
information_system_gui_spring_security_oauth2_client_registration_oidc_scope: 'openid, profile, email, phone, offline_access' information_system_gui_spring_security_oauth2_client_registration_oidc_scope: 'openid, profile, email, phone, offline_access'
# Mail # Mail
#information_system_gui_spring_mail_host: 'localhost' information_system_gui_spring_mail_host: 'localhost'
#information_system_gui_spring_mail_port: '25' information_system_gui_spring_mail_port: '25'
#information_system_gui_spring_mail_username: '' information_system_gui_spring_mail_username: ''
#information_system_gui_spring_mail_password: '' information_system_gui_spring_mail_password: ''
# Logging # Logging
information_system_gui_logging_level: 'DEBUG' information_system_gui_logging_level: 'DEBUG'