From e00ea256ff7bda602d690e096896d5402674fb95 Mon Sep 17 00:00:00 2001 From: Jizhou Deng Date: Thu, 4 Dec 2025 17:14:17 +0800 Subject: [PATCH] update: REDIS_HOST and MEMCACHED_HOST environment variables --- manual/setup_binary/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/setup_binary/installation.md b/manual/setup_binary/installation.md index abcf0c24..8c986dac 100644 --- a/manual/setup_binary/installation.md +++ b/manual/setup_binary/installation.md @@ -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= REDIS_PORT=6379 REDIS_PASSWORD= ### Memcached -MEMCACHED_HOST=memcached +MEMCACHED_HOST= MEMCACHED_PORT=11211 ```