# Game Server Configuration PORT=3002 NODE_ENV=production # Database Configuration MONGODB_URI=mongodb://localhost:27017/galaxystrikeonline # API Server Configuration API_SERVER_URL=http://localhost:3000 GAME_SERVER_URL=https://dev.gameserver.galaxystrike.online # Optional: Server identification SERVER_NAME=Dev Game Server SERVER_REGION=local MAX_PLAYERS=8 # Logging LOG_LEVEL=info