forked from infra/ansible
gitea: disable gravatar, less log spam, persistent sessions
This commit is contained in:
parent
d612d1ac28
commit
84de43d428
@ -26,5 +26,20 @@ SECRET_KEY = {{ gitea_secret }}
|
||||
[service]
|
||||
DISABLE_REGISTRATION = true
|
||||
|
||||
[session]
|
||||
PROVIDER = file
|
||||
|
||||
[picture]
|
||||
DISABLE_GRAVATAR = true
|
||||
|
||||
[log]
|
||||
MODE = console,file
|
||||
|
||||
[log.console]
|
||||
LEVEL = error
|
||||
|
||||
[log.file]
|
||||
LEVEL = warn
|
||||
|
||||
[oauth2]
|
||||
JWT_SECRET = {{ gitea_jwt_secret }}
|
||||
|
Loading…
Reference in New Issue
Block a user