chat/.env.development

9 lines
167 B
Plaintext
Raw Normal View History

2022-08-23 18:36:34 +08:00
# 开发环境配置
2024-06-27 10:02:42 +08:00
ENV = 'development'
2022-08-23 18:36:34 +08:00
2024-06-27 10:02:42 +08:00
# 开发环境
VUE_APP_BASE_API = '/dev-api'
2022-08-23 18:36:34 +08:00
2024-06-27 10:02:42 +08:00
# 开发环境websocket地址
2022-08-24 10:19:30 +08:00
VUE_APP_SOCKET = 'ws://localhost:8068/websocket'