.env.development 126 B

1234
  1. NODE_ENV = 'development'
  2. VUE_APP_BASE_URL='http://localhost:8080'
  3. VUE_APP_BACKEND_URL='https://backend.fooder.tw/prod-api/'