Fix typo
This commit is contained in:
parent
0fbffcc6d2
commit
ad56be504b
|
@ -6,11 +6,13 @@ global:
|
||||||
smtp_auth_username: '%%alSMTPUser'
|
smtp_auth_username: '%%alSMTPUser'
|
||||||
smtp_auth_password: 'alSMTPPass'
|
smtp_auth_password: 'alSMTPPass'
|
||||||
%end if
|
%end if
|
||||||
%ïf %%getVar('alSMTPTLS','non') == 'oui'
|
|
||||||
|
%if %%getVar('alSMTPTLS','non') == 'oui'
|
||||||
smtp_require_tls: true
|
smtp_require_tls: true
|
||||||
%else
|
%else
|
||||||
smtp_require_tls: false
|
smtp_require_tls: false
|
||||||
%end if
|
%end if
|
||||||
|
|
||||||
# The auth token for Hipchat.
|
# The auth token for Hipchat.
|
||||||
#hipchat_auth_token: '1234556789'
|
#hipchat_auth_token: '1234556789'
|
||||||
# Alternative host for Hipchat.
|
# Alternative host for Hipchat.
|
||||||
|
|
Loading…
Reference in New Issue