fix quoting to prevent whitespace issues
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cde83d5c40
commit
45b67ff83a
@ -71,7 +71,7 @@ services:
|
||||
{% if bitwardenrs_smtp_host is defined and bitwardenrs_smtp_host %}
|
||||
- BITWARDENRS_SMTP_HOST={{ bitwardenrs_smtp_host }}
|
||||
- BITWARDENRS_SMTP_FROM={{ bitwardenrs_smtp_from }}
|
||||
- BITWARDENRS_SMTP_FROM_NAME={{ bitwardenrs_smtp_from_name }}
|
||||
- BITWARDENRS_SMTP_FROM_NAME="{{ bitwardenrs_smtp_from_name }}"
|
||||
- BITWARDENRS_SMTP_PORT={{ bitwardenrs_smtp_port }}
|
||||
- BITWARDENRS_SMTP_SSL={{ bitwardenrs_smtp_ssl }}
|
||||
{% if bitwardenrs_smtp_username is defined and bitwardenrs_smtp_username %}
|
||||
|
Loading…
Reference in New Issue
Block a user