window.g = {
  dev: {
    VUE_APP_BASE_API: 'http://localhost:8020'
  },
  prod: {
    VUE_APP_BASE_API: 'http://localhost:8020'

  }

}