# Development environment configurationENV = 'development'# development environmentVUE_APP_BASE_API = '/dev-api'# test api addressAPI_BASE_URL= 'http://localhost:9494'# Test environment portport = 8081# websocket addressVUE_APP_WS_BASE_URL='localhost:9494'