Redis requires auth.password to be set for updates
This commit is contained in:
@ -256,6 +256,8 @@ redis:
|
|||||||
global:
|
global:
|
||||||
redis:
|
redis:
|
||||||
password: gitea
|
password: gitea
|
||||||
|
auth:
|
||||||
|
password: gitea
|
||||||
master:
|
master:
|
||||||
service:
|
service:
|
||||||
port: 6379
|
port: 6379
|
||||||
|
Reference in New Issue
Block a user