6 lines
119 B
Plaintext
6 lines
119 B
Plaintext
ENV = 'production'
|
|
|
|
# 接口地址
|
|
VUE_APP_BASE_API = 'http://127.0.0.1:8001'
|
|
VUE_APP_WS_API = 'ws:///127.0.0.1:8001'
|