You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
NODE_ENV = development
|
|
|
|
# 正式服务器
|
|
VUE_APP_BASE_API =http://221.2.83.254:9001/api
|
|
VUE_APP_BASE_IMG_URL =http://221.2.83.254:9001
|
|
VUE_APP_WEBSOCKET_URL = ws://221.2.83.254:9002/ws
|
|
|
|
|
|
# 测试服务区
|
|
#VUE_APP_BASE_API = http://123.132.248.154:9224/api
|
|
#VUE_APP_BASE_IMG_URL = http://123.132.248.154:9224
|
|
|
|
|