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]
|
[service]
|
||||||
DISABLE_REGISTRATION = true
|
DISABLE_REGISTRATION = true
|
||||||
|
|
||||||
|
[session]
|
||||||
|
PROVIDER = file
|
||||||
|
|
||||||
|
[picture]
|
||||||
|
DISABLE_GRAVATAR = true
|
||||||
|
|
||||||
|
[log]
|
||||||
|
MODE = console,file
|
||||||
|
|
||||||
|
[log.console]
|
||||||
|
LEVEL = error
|
||||||
|
|
||||||
|
[log.file]
|
||||||
|
LEVEL = warn
|
||||||
|
|
||||||
[oauth2]
|
[oauth2]
|
||||||
JWT_SECRET = {{ gitea_jwt_secret }}
|
JWT_SECRET = {{ gitea_jwt_secret }}
|
||||||
|
Loading…
Reference in New Issue
Block a user