mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Update redis config (#312)
Some checks are pending
Deploy CI / deploy (push) Waiting to run
Some checks are pending
Deploy CI / deploy (push) Waiting to run
Co-authored-by: yangheran <heran.yang@seafile.com>
This commit is contained in:
parent
8ff1483f5d
commit
0d11edd58f
|
|
@ -73,7 +73,7 @@ If you use redis:
|
|||
```
|
||||
[redis]
|
||||
# your redis server address
|
||||
redis_server = 127.0.0.1
|
||||
redis_host = 127.0.0.1
|
||||
# your redis server port
|
||||
redis_port = 6379
|
||||
# size of connection pool to redis, default is 100
|
||||
|
|
|
|||
Loading…
Reference in New Issue