website-01/.env.production
Your Name 5f3a1dd9f7
All checks were successful
main / Build and push to Aliyun ACR (push) Successful in 4m38s
main / Deploy to server (push) Successful in 26s
fix:更新cicd
2026-06-22 18:05:27 +08:00

7 lines
290 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 后端接口地址(后端服务端口由 server/.env 的 PORT 决定,当前为 3000
NEXT_PUBLIC_API_URL=http://web-api.linyikj.com.cn/api
# 图片资源访问地址
NEXT_PUBLIC_UPLOAD_URL=http://web-api.linyikj.com.cn/uploads
# JWT本地存储Key
NEXT_PUBLIC_TOKEN_KEY=admin_token