07497055创建于 2023年8月30日历史提交
# Development environment configuration
ENV = 'development'

# development environment
VUE_APP_BASE_API = '/plugins/base-ops'

# test env api base url
API_BASE_URL= 'http://localhost:9494'

# test env port
port = 8081

# websocket address
VUE_APP_WS_BASE_URL='localhost:9494'