mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
update: REDIS_HOST and MEMCACHED_HOST environment variables
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run
This commit is contained in:
parent
bb86baa10b
commit
e00ea256ff
|
|
@ -402,12 +402,12 @@ SEAFILE_MYSQL_DB_SEAHUB_DB_NAME=seahub_db
|
|||
CACHE_PROVIDER=redis # options: redis (recommend), memcached
|
||||
|
||||
### Redis
|
||||
REDIS_HOST=redis
|
||||
REDIS_HOST=<your redis host>
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=
|
||||
|
||||
### Memcached
|
||||
MEMCACHED_HOST=memcached
|
||||
MEMCACHED_HOST=<your memcached host>
|
||||
MEMCACHED_PORT=11211
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue