.env.development 481 B

1234567891011121314151617
  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=brave-browser
  12. export BABEL_ENV=debug
  13. export NODE_ENV=development
  14. export VUE_APP_DEV_START_GAME_ID=47
  15. export VUE_APP_DEV_START_GAME_PLAYER_1=user2
  16. export VUE_APP_DEV_START_GAME_PLAYER_2=user1