Replace another deprecated option for Forgejo

This commit is contained in:
Sam A. 2023-09-23 16:43:31 +02:00
parent 927d1e31ee
commit 2629c7c2f9
Signed by untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
FORGEJO__mailer__ENABLED: "true"
FORGEJO__mailer__FROM: "noreply@{{ services.forgejo.domain }}"
FORGEJO__mailer__PROTOCOL: "smtp"
FORGEJO__mailer__HOST: "{{ smtp_host }}:{{ smtp_port }}"
FORGEJO__mailer__SMTP_ADDR: "{{ smtp_host }}:{{ smtp_port }}"
FORGEJO__security__LOGIN_REMEMBER_DAYS: "60"
FORGEJO__security__PASSWORD_COMPLEXITY: "off"
FORGEJO__security__MIN_PASSWORD_LENGTH: "8"