19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
# Server Configuration
|
|
PORT=3001
|
|
NODE_ENV=development
|
|
|
|
# Database Configuration
|
|
MONGODB_URI=mongodb://localhost:27017/galaxystrikeonline
|
|
|
|
# JWT Configuration
|
|
JWT_SECRET=your_jwt_secret_key_here
|
|
|
|
# Redis Configuration (optional)
|
|
REDIS_URL=redis://localhost:6379
|
|
|
|
# Client URL
|
|
CLIENT_URL=http://localhost:3000
|
|
|
|
# Logging
|
|
LOG_LEVEL=info
|