17 lines
299 B
Plaintext
17 lines
299 B
Plaintext
|
|
# Server
|
||
|
|
NODE_ENV=development
|
||
|
|
PORT=3000
|
||
|
|
|
||
|
|
# Database (future)
|
||
|
|
# DATABASE_URL=postgresql://user:password@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
|