Define the mail host vars.
This commit is contained in:
parent
dd87548a98
commit
fb5b0dccd6
|
@ -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'
|
||||
|
||||
# Mail
|
||||
#information_system_gui_spring_mail_host: 'localhost'
|
||||
#information_system_gui_spring_mail_port: '25'
|
||||
#information_system_gui_spring_mail_username: ''
|
||||
#information_system_gui_spring_mail_password: ''
|
||||
information_system_gui_spring_mail_host: 'localhost'
|
||||
information_system_gui_spring_mail_port: '25'
|
||||
information_system_gui_spring_mail_username: ''
|
||||
information_system_gui_spring_mail_password: ''
|
||||
|
||||
# Logging
|
||||
information_system_gui_logging_level: 'DEBUG'
|
||||
|
|
Loading…
Reference in New Issue