security: clean repository without media files and sensitive data
- Removed area/ directory with 816MB of media files - Removed sensitive FTP credentials from Git history - Implemented .env.upload system for secure deployments - Added comprehensive .gitignore for future protection This commit represents a clean slate with all sensitive data removed.
This commit is contained in:
10
frontend/.env.production
Normal file
10
frontend/.env.production
Normal file
@@ -0,0 +1,10 @@
|
||||
# Production Debug-Konfiguration
|
||||
REACT_APP_DEBUG_ENABLED=false
|
||||
|
||||
# Alle Debug-Optionen deaktiviert für Production
|
||||
REACT_APP_DEBUG_API=false
|
||||
REACT_APP_DEBUG_ROUTING=false
|
||||
REACT_APP_DEBUG_AUTH=false
|
||||
|
||||
# Backend URL für Production (falls abweichend)
|
||||
# REACT_APP_BACKEND=https://your-production-domain.com
|
||||
Reference in New Issue
Block a user