quantumtaskai-caprover/netcop_hub
thecyberlearn f048025ff0 Refactor to use environment variables instead of hardcoded values
- Replace hardcoded values in dokploy.json with environment variable substitution
- Make production settings more environment-aware with better defaults
- Add debug logging to help troubleshoot configuration issues
- Update .env.example with Dokploy-specific configuration
- Add deploy-dokploy.sh helper script for easy environment setup
- Improve ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS handling with fallbacks

This makes the deployment more flexible and follows 12-factor app principles.
2025-09-05 10:33:31 +05:30
..
__init__.py Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30
asgi.py Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30
production_settings.py Refactor to use environment variables instead of hardcoded values 2025-09-05 10:33:31 +05:30
settings.py Fix invalid PostgreSQL MAX_CONNS configuration option 2025-09-05 08:53:52 +05:30
urls.py Initial clean CapRover deployment - no secrets 2025-09-04 10:50:55 +05:30
wsgi.py Add Django startup debugging to wsgi.py 2025-09-05 08:32:32 +05:30