Fei_Xian_Lin_Ye_Fang_Huo/.env.dev

13 lines
367 B
Plaintext
Raw Normal View History

2023-08-18 08:55:52 +08:00
NODE_ENV = development
2023-08-26 10:28:32 +08:00
# 正式服务器
2023-08-18 08:55:52 +08:00
#VUE_APP_BASE_API =http://223.99.16.253:9001/api
#VUE_APP_BASE_IMG_URL =http://223.99.16.253:9001
2023-08-26 10:28:32 +08:00
# APP_BASE_WS_URL = ws://221.2.83.254:9002/ws
# 测试服务区
2023-08-24 16:42:37 +08:00
VUE_APP_BASE_API = http://123.132.248.154:9224/api
VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224
2023-08-26 10:28:32 +08:00
APP_BASE_WS_URL = ws://123.132.248.154:9225/ws
2023-08-18 08:55:52 +08:00