Dispatcharr/dispatcharr
SergeantPanda de31826137 refactor: externalize Redis and Celery configuration via environment variables
Replace hardcoded localhost:6379 values throughout codebase with environment-based configuration. Add REDIS_PORT support and allow REDIS_URL override for external Redis services. Configure Celery broker/result backend to use Redis settings with environment variable overrides.

Closes #762
2025-12-18 16:54:59 -06:00
..
__init__.py
admin.py
asgi.py
celery.py Better database connection cleanup. 2025-10-16 14:22:19 -05:00
consumers.py
jwt_ws_auth.py
persistent_lock.py refactor: externalize Redis and Celery configuration via environment variables 2025-12-18 16:54:59 -06:00
routing.py
settings.py refactor: externalize Redis and Celery configuration via environment variables 2025-12-18 16:54:59 -06:00
urls.py
utils.py fix: allow all IPv6 CIDRs by default 2025-11-30 00:39:30 +11:00
wsgi.py