18 lines
358 B
Plaintext
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
|