diff --git a/manual/setup_binary/installation.md b/manual/setup_binary/installation.md index 8c986dac..5956214c 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_HOST='' REDIS_PORT=6379 REDIS_PASSWORD= ### Memcached -MEMCACHED_HOST= +MEMCACHED_HOST='' MEMCACHED_PORT=11211 ``` @@ -438,7 +438,7 @@ Memory cache is mandatory for pro edition. You may use Memcached or Redis as cac CACHE_PROVIDER=memcached ### Memcached - MEMCACHED_HOST=memcached + MEMCACHED_HOST='' MEMCACHED_PORT=11211 ``` @@ -467,7 +467,7 @@ Memory cache is mandatory for pro edition. You may use Memcached or Redis as cac CACHE_PROVIDER=redis ### Redis - REDIS_HOST=redis + REDIS_HOST='' REDIS_PORT=6379 REDIS_PASSWORD= diff --git a/manual/upgrade/upgrade_notes_for_13.0.x.md b/manual/upgrade/upgrade_notes_for_13.0.x.md index 7bc1a5a0..4df63ede 100644 --- a/manual/upgrade/upgrade_notes_for_13.0.x.md +++ b/manual/upgrade/upgrade_notes_for_13.0.x.md @@ -114,12 +114,12 @@ SEAFILE_MYSQL_DB_SEAHUB_DB_NAME=seahub_db CACHE_PROVIDER=redis # options: redis (recommend), memcached ### Redis -REDIS_HOST= +REDIS_HOST='' REDIS_PORT=6379 REDIS_PASSWORD= ### Memcached -MEMCACHED_HOST= +MEMCACHED_HOST='' MEMCACHED_PORT=11211 ```