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

9 lines
210 B
Plaintext
Raw Normal View History

2024-01-04 22:31:19 +08:00
VITE_APP_ENV_NAME = "pro"
2023-12-14 10:15:23 +08:00
# 接口前缀
VITE_APP_BASEAPI="/prod-api"
2024-01-04 22:31:19 +08:00
VITE_APP_URL="http://ccnetcore.com:19001/api/app"
2024-01-04 21:46:19 +08:00
2024-01-04 22:31:19 +08:00
# ws
VITE_APP_BASE_WS = '/prod-ws'
VITE_APP_BASE_URL_WS="http://ccnetcore.com:19001/hub"