Files
Yi.Admin/Yi.Bbs.Vue3/.env.development

13 lines
266 B
Plaintext
Raw Normal View History

2024-01-04 21:37:35 +08:00
VITE_APP_ENV_NAME = "dev"
2024-01-04 21:46:19 +08:00
2024-01-04 22:31:19 +08:00
# 接口前缀
VITE_APP_BASEAPI="/dev-api"
VITE_APP_URL="http://localhost:19001/api/app"
2024-01-04 21:37:35 +08:00
# ws/开发环境
2024-01-04 21:46:19 +08:00
VITE_APP_BASE_WS = '/dev-ws'
2024-10-04 00:00:44 +08:00
VITE_APP_BASE_URL_WS="http://localhost:19001/hub"
# 是否开启ICP备案模式
2024-10-11 16:48:11 +08:00
VITE_APP_ICP = false