Files
lingji-work-fe/env/.env.development

16 lines
188 B
Plaintext
Raw Normal View History

2025-06-16 14:42:26 +08:00
# 开发环境
APP_TITLE='development'
# 端口
APP_PORT=48438
# 协议
APP_PROTOCOL=http://
# 接口路径
API_PATH=192.168.40.5
# 接口地址
EO_API_URL=/api
VITE_ENV='development'