Remove deprecated gitea config settings
This commit is contained in:
parent
ad867f9654
commit
4950082c28
1 changed files with 1 additions and 3 deletions
|
@ -32,7 +32,6 @@ PROVIDER = db
|
||||||
COOKIE_NAME = gitea_session
|
COOKIE_NAME = gitea_session
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
ENABLE_ACCESS_LOG = false
|
|
||||||
LEVEL = warn
|
LEVEL = warn
|
||||||
|
|
||||||
[security]
|
[security]
|
||||||
|
@ -119,8 +118,7 @@ SMTP_PORT = 465
|
||||||
FROM = "{{ mailer_from_address }}"
|
FROM = "{{ mailer_from_address }}"
|
||||||
USER = "{{ mailer_user }}"
|
USER = "{{ mailer_user }}"
|
||||||
PASSWD = "{{ mailer_password }}"
|
PASSWD = "{{ mailer_password }}"
|
||||||
MAILER_TYPE = smtp
|
PROTOCOL = smtps
|
||||||
IS_TLS_ENABLED = true
|
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
STORAGE_TYPE = backblaze
|
STORAGE_TYPE = backblaze
|
||||||
|
|
Loading…
Reference in a new issue