From b379d51e476a981e9931afac04f7bfc2076c51c0 Mon Sep 17 00:00:00 2001 From: timqiu <9145422+cocoonwind@user.noreply.gitee.com> Date: Sat, 29 Mar 2025 08:13:05 +0800 Subject: [PATCH] Update for chat service setting for .env --- devbox/cli/devbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devbox/cli/devbox b/devbox/cli/devbox index 0318349..87512ab 100755 --- a/devbox/cli/devbox +++ b/devbox/cli/devbox @@ -672,7 +672,7 @@ if [[ "$USE_LOCAL_COMPONENT_VAL" == "true" ]]; then export STRIPE_ACCOUNT_WEBHOOK_SECRET=whsec_PgPnkWGhEUiQfnV8aIb5Wmruz7XETJLm export SITE_URL_ROOT=http://localhost export FREELEAPS_DEVSVC_ENDPOINT=http://devsvc:8007/api/devsvc/ - export FREELEAPS_CHAT_ENDPOINT=http://freeleaps-chat:8012/api/chat/ + export FREELEAPS_CHAT_ENDPOINT=http://chat:8012/api/chat/ export FREELEAPS_CONTENT_ENDPOINT=http://content:8013/api/content/ export FREELEAPS_NOTIFICATION_ENDPOINT=http://notification:8003/api/notification/ export FREELEAPS_CENTRAL_STORAGE_ENDPOINT=http://central_storage:8005/api/central_storage/