website-01/.env.production
2026-06-22 14:43:46 +08:00

7 lines
292 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=https://web-api.linyikj.com.cn/api
# 图片资源访问地址
NEXT_PUBLIC_UPLOAD_URL=https://web-api.linyikj.com.cn/uploads
# JWT本地存储Key
NEXT_PUBLIC_TOKEN_KEY=admin_token