Game-Server/GameServer/.env.example
2026-01-24 20:26:33 -04:00

18 lines
358 B
Plaintext

# Game Server Configuration
PORT=3001
NODE_ENV=production
# Database Configuration
MONGODB_URI=mongodb://localhost:27017/galaxystrikeonline
# Optional: API Server URL for authentication validation
API_SERVER_URL=http://localhost:3000
# Optional: Server identification
SERVER_NAME=Game Server
SERVER_REGION=us-east
MAX_PLAYERS=50
# Logging
LOG_LEVEL=info