# Development environment configurationENV = 'development'# development environmentVUE_APP_BASE_API = '/plugins/base-ops'# test env api base urlAPI_BASE_URL= 'http://localhost:9494'# test env portport = 8081# websocket addressVUE_APP_WS_BASE_URL='localhost:9494'