9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
|
# 开发环境配置
|
||
|
ENV = 'development'
|
||
|
|
||
|
# 开发环境
|
||
|
VUE_APP_BASE_API = '/dev-api'
|
||
|
|
||
|
# 开发环境websocket地址
|
||
|
VUE_APP_SOCKET = 'ws://localhost:8068/websocket'
|