Update some out of date gitea config.

This commit is contained in:
Jim Hague 2024-05-12 11:45:30 +01:00
parent cbd9ef7c24
commit 6e861f899a
1 changed files with 3 additions and 8 deletions

View File

@ -32,8 +32,9 @@ PATH = /var/lib/gitea/data/lfs
[mailer]
ENABLED = true
HOST = mail.lunch.org.uk:587
FROM = git@lunch.org.uk
SMTP_ADDR = mail.lunch.org.uk
SMTP_PORT = 587
FROM = gitea@lunch.org.uk
USER =
PASSWD =
@ -60,12 +61,6 @@ ENABLE_OPENID_SIGNUP = true
[session]
PROVIDER = file
[log]
MODE = console
LEVEL = info
ROOT_PATH = /var/lib/gitea/log
ROUTER = console
[repository.pull-request]
DEFAULT_MERGE_STYLE = merge