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 21:39:56 -04:00

19 lines
388 B
Plaintext

# 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