9 lines
118 B
Plaintext
9 lines
118 B
Plaintext
# just a flag
|
|
ENV = 'production'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API =127.0.0.1:8787
|
|
# socket 连接地址
|
|
VUE_APP_WS_URL =
|
|
|