Compare commits
No commits in common. "a95c3ea17ee28d39ddb827814862fd8cceafe7c2" and "26b98681fc17144abf09c6775eedbc35f55c0714" have entirely different histories.
a95c3ea17e
...
26b98681fc
|
@ -22,8 +22,7 @@ services:
|
||||||
FORGEJO__mailer__ENABLED: true
|
FORGEJO__mailer__ENABLED: true
|
||||||
FORGEJO__mailer__FROM: noreply@{{ services.forgejo.domain }}
|
FORGEJO__mailer__FROM: noreply@{{ services.forgejo.domain }}
|
||||||
FORGEJO__mailer__PROTOCOL: smtp
|
FORGEJO__mailer__PROTOCOL: smtp
|
||||||
FORGEJO__mailer__SMTP_ADDR: "{{ smtp_host }}"
|
FORGEJO__mailer__SMTP_ADDR: "{{ smtp_host }}:{{ smtp_port }}"
|
||||||
FORGEJO__mailer__SMTP_PORT: "{{ smtp_port }}"
|
|
||||||
FORGEJO__security__LOGIN_REMEMBER_DAYS: "60"
|
FORGEJO__security__LOGIN_REMEMBER_DAYS: "60"
|
||||||
FORGEJO__security__PASSWORD_COMPLEXITY: off
|
FORGEJO__security__PASSWORD_COMPLEXITY: off
|
||||||
FORGEJO__security__MIN_PASSWORD_LENGTH: "8"
|
FORGEJO__security__MIN_PASSWORD_LENGTH: "8"
|
||||||
|
|
Loading…
Reference in a new issue