Files
spotlightcam/backend/.env.example

17 lines
303 B
Plaintext
Raw Normal View History

# Server
NODE_ENV=development
PORT=3000
# Database
DATABASE_URL=postgresql://spotlightcam:spotlightcam123@db:5432/spotlightcam
# JWT (future)
# JWT_SECRET=your-secret-key-here
# JWT_EXPIRES_IN=24h
# CORS
CORS_ORIGIN=http://localhost:8080
# WebRTC (future)
# STUN_SERVER=stun:stun.l.google.com:19302