This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/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