.env.development 350 B

1234567891011121314
  1. export VUE_APP_SERVER_CONN=http
  2. export VUE_APP_SERVER_HOST=localhost
  3. export VUE_APP_SERVER_PORT=2610
  4. export VUE_APP_PORT=2005
  5. export DB=127.0.0.1
  6. export DB_NAME=twelve_heroes
  7. export DB_PORT=3308
  8. export DB_SOCKET=/run/mysqld/mysqld.sock
  9. export DB_USER=th
  10. export DB_PASS=th123
  11. export BROWSER=firefox
  12. export BABEL_ENV=debug
  13. export NODE_ENV=development