chat/.env.production

9 lines
172 B
Plaintext
Raw Normal View History

2022-08-23 18:36:34 +08:00
# 生产环境配置
ENV = 'production'
2024-06-27 10:02:42 +08:00
# 生产环境
2022-08-23 18:36:34 +08:00
VUE_APP_BASE_API = '/prod-api'
2024-06-27 10:02:42 +08:00
# 生产环境websocket地址
VUE_APP_SOCKET = 'wss://pnkx.top/websocket/websocket'