forked from data.coop/ansible
Add quotes
Non-string value found for env option. Ambiguous env options must be wrapped in quotes to avoid them being interpreted. Key: GITEA__mailer__ENABLED
This commit is contained in:
parent
1680ab0fc9
commit
ac455beac0
|
@ -21,7 +21,7 @@
|
|||
VIRTUAL_PORT: "3000"
|
||||
LETSENCRYPT_HOST: "{{ gitea.domain }}"
|
||||
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"
|
||||
GITEA__mailer__ENABLED: true
|
||||
GITEA__mailer__ENABLED: "true"
|
||||
GITEA__mailer__FROM: "noreply@{{ gitea.domain }}"
|
||||
GITEA__mailer__MAILER_TYPE: smtp
|
||||
GITEA__mailer__MAILER_TYPE: "smtp"
|
||||
GITEA__security__LOGIN_REMEMBER_DAYS: "60"
|
||||
|
|
Loading…
Reference in a new issue