init commit

This commit is contained in:
2025-09-28 22:00:44 +09:00
commit 25cb9d9c8f
5877 changed files with 582116 additions and 0 deletions

18
backend/.env.example Normal file
View File

@@ -0,0 +1,18 @@
# 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=*