.env.development 185 B

12345678910111213
  1. BROWSER=firefox
  2. BABEL_ENV=debug
  3. NODE_ENV=development
  4. VUE_APP_SERVER_CONN=http
  5. VUE_APP_SERVER_HOST="localhost"
  6. VUE_APP_SERVER_PORT=2610
  7. DB=""
  8. DB_PORT=
  9. DB_NAME=""
  10. DB_USER=""
  11. DB_PASS=""