9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
# 生产环境配置
|
||
|
ENV = 'production'
|
||
|
|
||
|
# 生产环境
|
||
|
VUE_APP_BASE_API = '/prod-api'
|
||
|
|
||
|
# 生产环境websocket地址
|
||
|
VUE_APP_SOCKET = 'wss://pnkx.top/websocket/websocket'
|