Files
ebiz-ai-knowledge-manage/.env.dev
陈昱达 365e397259 build(.env.dev): 更新开发环境变量
- 修改 VUE_APP_ADMIN 从 7197端口到 7196 端口
- 修改 VUE_APP_STATIC 从 7537 端口到 7536 端口
2025-05-14 10:30:30 +08:00

9 lines
195 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.
# env
NODE_ENV = 'dev' // 如果是生产环境请记得切换为production
# flag
VUE_APP_FLAG='dev'
VUE_APP_ADMIN='http://39.104.123.254:7196'
VUE_APP_STATIC='http://39.104.123.254:7536/'