# 开发
|
NODE_ENV = 'development'
|
VUE_APP_API_URL = http://127.0.0.1/
|
VUE_APP_MEDIAPANEL_API_URL_WE = https://wrj.shuixiongit.com/minio/cloud-bucket
|
VUE_APP_MEDIAPANEL_API_URL = https://wrj.shuixiongit.com/minio/cloud-bucket
|
VUE_APP_WS_API_URL = ws://127.0.0.1:6790/api/v1/ws
|
VUE_APP_BASE_API = /api
|
VUE_APP_ADMIN_URL = 'https://wrj.shuixiongit.com/manage'
|