mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
update: REDIS_HOST and MEMCACHED_HOST environment variable
This commit is contained in:
parent
eba6d6e6bd
commit
bb86baa10b
|
|
@ -114,12 +114,12 @@ SEAFILE_MYSQL_DB_SEAHUB_DB_NAME=seahub_db
|
||||||
CACHE_PROVIDER=redis # options: redis (recommend), memcached
|
CACHE_PROVIDER=redis # options: redis (recommend), memcached
|
||||||
|
|
||||||
### Redis
|
### Redis
|
||||||
REDIS_HOST=redis
|
REDIS_HOST=<your redis host>
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
REDIS_PASSWORD=
|
REDIS_PASSWORD=
|
||||||
|
|
||||||
### Memcached
|
### Memcached
|
||||||
MEMCACHED_HOST=memcached
|
MEMCACHED_HOST=<your memcached host>
|
||||||
MEMCACHED_PORT=11211
|
MEMCACHED_PORT=11211
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue