From ccdc85c423fe1d3579a313d49f35e60c5cf66702 Mon Sep 17 00:00:00 2001 From: cafe babe <38928746+cafe-old-babe@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:10:41 +0800 Subject: [PATCH] Update .env.template (#6720) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit aiproxy默认的请求地址改成http协议 --- projects/app/.env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/app/.env.template b/projects/app/.env.template index d9ce1c5222..88e37ad592 100644 --- a/projects/app/.env.template +++ b/projects/app/.env.template @@ -32,7 +32,7 @@ CODE_SANDBOX_URL=http://localhost:3002 CODE_SANDBOX_TOKEN=codesandbox # AI Proxy API -AIPROXY_API_ENDPOINT=https://localhost:3010 +AIPROXY_API_ENDPOINT=http://localhost:3010 AIPROXY_API_TOKEN=token # Agent sandbox