From 763de4792ee40ef762abcd60502394502638add6 Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Thu, 24 Apr 2025 16:29:48 +0800 Subject: [PATCH] fix(env.md): format error --- manual/config/env.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/manual/config/env.md b/manual/config/env.md index 130666af..1ce4e683 100644 --- a/manual/config/env.md +++ b/manual/config/env.md @@ -42,14 +42,16 @@ The [`.env`](../repo/docker/pro/env) file will be used to specify the components ### Redis configurations -This part of configurations is only valid in `CACHE_PROVIDER=redis` +This part of configurations is only valid in `CACHE_PROVIDER=redis`: + - `REDIS_HOST`: Redis server host, default is `redis` - `REDIS_PORT`: Redis server port, default is `6379` - `REDIS_PASSWORD`: Redis server password. -### Redis configurations +### Memcached configurations + +This part of configurations is only valid in `CACHE_PROVIDER=memcached`: -This part of configurations is only valid in `CACHE_PROVIDER=memcached` - `MEMCACHED_HOST`: Memcached server host, default is `memcached` - `MEMCACHED_PORT`: Memcached server port, default is `11211`