Update some out of date gitea config.
This commit is contained in:
parent
cbd9ef7c24
commit
6e861f899a
|
@ -32,8 +32,9 @@ PATH = /var/lib/gitea/data/lfs
|
||||||
|
|
||||||
[mailer]
|
[mailer]
|
||||||
ENABLED = true
|
ENABLED = true
|
||||||
HOST = mail.lunch.org.uk:587
|
SMTP_ADDR = mail.lunch.org.uk
|
||||||
FROM = git@lunch.org.uk
|
SMTP_PORT = 587
|
||||||
|
FROM = gitea@lunch.org.uk
|
||||||
USER =
|
USER =
|
||||||
PASSWD =
|
PASSWD =
|
||||||
|
|
||||||
|
@ -60,12 +61,6 @@ ENABLE_OPENID_SIGNUP = true
|
||||||
[session]
|
[session]
|
||||||
PROVIDER = file
|
PROVIDER = file
|
||||||
|
|
||||||
[log]
|
|
||||||
MODE = console
|
|
||||||
LEVEL = info
|
|
||||||
ROOT_PATH = /var/lib/gitea/log
|
|
||||||
ROUTER = console
|
|
||||||
|
|
||||||
[repository.pull-request]
|
[repository.pull-request]
|
||||||
DEFAULT_MERGE_STYLE = merge
|
DEFAULT_MERGE_STYLE = merge
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue