18 lines
276 B
Plaintext
18 lines
276 B
Plaintext
# Backend Configuration
|
|
|
|
PORT=3000
|
|
NODE_ENV=development
|
|
|
|
# WebRTC STUN/TURN Servers
|
|
STUN_SERVER=stun:stun.l.google.com:19302
|
|
TURN_SERVER=
|
|
TURN_USERNAME=
|
|
TURN_PASSWORD=
|
|
|
|
# Logging
|
|
LOG_LEVEL=info
|
|
LOG_FILE=god-eye.log
|
|
|
|
# Security
|
|
JWT_SECRET=your-jwt-secret-key-here
|
|
CORS_ORIGIN=* |