From 99bcbe86ae83cfdb0c61a59ea0d35b310c85de15 Mon Sep 17 00:00:00 2001 From: zhangyale <1194926515@qq.com> Date: Mon, 3 Nov 2025 06:21:35 +0000 Subject: [PATCH] update deploy/chart/euler_copilot/configs/framework/config.toml. Signed-off-by: zhangyale <1194926515@qq.com> --- deploy/chart/euler_copilot/configs/framework/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/chart/euler_copilot/configs/framework/config.toml b/deploy/chart/euler_copilot/configs/framework/config.toml index bd93bb48..aa3a05ce 100644 --- a/deploy/chart/euler_copilot/configs/framework/config.toml +++ b/deploy/chart/euler_copilot/configs/framework/config.toml @@ -112,7 +112,7 @@ enable = false words_list = "" [sandbox] -sandbox_service = 'http://euler-copilot-sandbox-service.{{ .Release.Namespace }}.svc.cluster.local:8000' +sandbox_service = 'http://sandbox-service.{{ .Release.Namespace }}.svc.cluster.local:8000' [extra] sql_url = '' -- Gitee