# just a flag ENV = 'development' # base api VUE_APP_BASE_API = '/dashboard' # http://192.168.0.106:9027 http://39.101.188.84:9027 VUE_APP_BASE_API2 = 'http://192.168.0.106:9027' VUE_APP_BASE_API3 = 'http://39.101.188.84:9027' BASE_API = 'http://10.10.3.35:9070'