bundles/gitea: adjust config for 1.18
This commit is contained in:
parent
17aee0f6bb
commit
a8e2e6b5ad
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ ROOT_URL = https://${domain}/
|
||||||
DISABLE_SSH = false
|
DISABLE_SSH = false
|
||||||
SSH_PORT = 22
|
SSH_PORT = 22
|
||||||
LFS_START_SERVER = true
|
LFS_START_SERVER = true
|
||||||
LFS_CONTENT_PATH = /var/lib/gitea/data/lfs
|
|
||||||
LFS_JWT_SECRET = ${lfs_secret_key}
|
LFS_JWT_SECRET = ${lfs_secret_key}
|
||||||
OFFLINE_MODE = true
|
OFFLINE_MODE = true
|
||||||
START_SSH_SERVER = false
|
START_SSH_SERVER = false
|
||||||
|
@ -67,7 +66,7 @@ EMAIL_DOMAIN_BLOCKLIST = ${','.join(sorted(email_domain_blocklist))}
|
||||||
|
|
||||||
[mailer]
|
[mailer]
|
||||||
ENABLED = true
|
ENABLED = true
|
||||||
MAILER_TYPE = sendmail
|
PROTOCOL = sendmail
|
||||||
FROM = "${app_name}" <noreply@${domain}>
|
FROM = "${app_name}" <noreply@${domain}>
|
||||||
|
|
||||||
[session]
|
[session]
|
||||||
|
|
Loading…
Reference in a new issue