.env.production 171 B

12345678
  1. // 1. Game server
  2. VUE_APP_SERVER_HOST="149.91.81.94"
  3. VUE_APP_SERVER_PORT=2610
  4. // 2. Game DB (if "localhost" selected above)
  5. DB="localhost"
  6. DB_NAME="twelve_heroes"