forked from data.coop/ansible
Replace deprecated option for Forgejo
This commit is contained in:
parent
d662ae321e
commit
927d1e31ee
|
@ -27,7 +27,7 @@
|
||||||
# https://docs.gitea.io/en-us/config-cheat-sheet/#security-security
|
# https://docs.gitea.io/en-us/config-cheat-sheet/#security-security
|
||||||
FORGEJO__mailer__ENABLED: "true"
|
FORGEJO__mailer__ENABLED: "true"
|
||||||
FORGEJO__mailer__FROM: "noreply@{{ services.forgejo.domain }}"
|
FORGEJO__mailer__FROM: "noreply@{{ services.forgejo.domain }}"
|
||||||
FORGEJO__mailer__MAILER_TYPE: "smtp"
|
FORGEJO__mailer__PROTOCOL: "smtp"
|
||||||
FORGEJO__mailer__HOST: "{{ smtp_host }}:{{ smtp_port }}"
|
FORGEJO__mailer__HOST: "{{ smtp_host }}:{{ smtp_port }}"
|
||||||
FORGEJO__security__LOGIN_REMEMBER_DAYS: "60"
|
FORGEJO__security__LOGIN_REMEMBER_DAYS: "60"
|
||||||
FORGEJO__security__PASSWORD_COMPLEXITY: "off"
|
FORGEJO__security__PASSWORD_COMPLEXITY: "off"
|
||||||
|
|
Loading…
Reference in a new issue