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:
Reynir Björnsson 2022-01-24 09:07:49 +00:00
parent 1680ab0fc9
commit ac455beac0
1 changed files with 2 additions and 2 deletions

View File

@ -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"