gitea: update config option name
This commit is contained in:
@@ -26,7 +26,7 @@ dependencies:
|
|||||||
GITEA__mailer__ENABLED: "true"
|
GITEA__mailer__ENABLED: "true"
|
||||||
GITEA__mailer__HOST: "{{ smtp_server }}:587"
|
GITEA__mailer__HOST: "{{ smtp_server }}:587"
|
||||||
GITEA__mailer__FROM: "{{ smtp_from }}"
|
GITEA__mailer__FROM: "{{ smtp_from }}"
|
||||||
GITEA__mailer__MAILER_TYPE: smtp
|
GITEA__mailer__PROTOCOL: smtp
|
||||||
GITEA__mailer__USER: "{{ smtp_user | default(omit) }}"
|
GITEA__mailer__USER: "{{ smtp_user | default(omit) }}"
|
||||||
GITEA__mailer__PASSWD: "{{ smtp_pw | default(omit) }}"
|
GITEA__mailer__PASSWD: "{{ smtp_pw | default(omit) }}"
|
||||||
GITEA__service__REQUIRE_SIGNIN_VIEW: "{{ gitea_require_signin_view | default(omit) }}"
|
GITEA__service__REQUIRE_SIGNIN_VIEW: "{{ gitea_require_signin_view | default(omit) }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user