Commit ccdc85c4 by cafe babe Committed by GitHub

Update .env.template (#6720)

aiproxy默认的请求地址改成http协议
parent 7cca3f9f
...@@ -32,7 +32,7 @@ CODE_SANDBOX_URL=http://localhost:3002 ...@@ -32,7 +32,7 @@ CODE_SANDBOX_URL=http://localhost:3002
CODE_SANDBOX_TOKEN=codesandbox CODE_SANDBOX_TOKEN=codesandbox
# AI Proxy API # AI Proxy API
AIPROXY_API_ENDPOINT=https://localhost:3010 AIPROXY_API_ENDPOINT=http://localhost:3010
AIPROXY_API_TOKEN=token AIPROXY_API_TOKEN=token
# Agent sandbox # Agent sandbox
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment