From bfded817f518469573176a6c413c28287fda810e Mon Sep 17 00:00:00 2001 From: Nam Vu Date: Wed, 11 Sep 2024 09:58:35 +0700 Subject: [PATCH] fix: CHECK_UPDATE_URL comment (#8235) --- docker/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env.example b/docker/.env.example index ca24c667f6b119..7e4430a37da792 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -75,7 +75,7 @@ INIT_PASSWORD= DEPLOY_ENV=PRODUCTION # Whether to enable the version check policy. -# If set to empty, https://updates.dify.ai will not be called for version check. +# If set to empty, https://updates.dify.ai will be called for version check. CHECK_UPDATE_URL=https://updates.dify.ai # Used to change the OpenAI base address, default is https://api.openai.com/v1.