mirror of
https://github.com/getredash/redash.git
synced 2026-03-20 13:00:13 -04:00
* Make gunicorn bind address configurable via REDASH_GUNICORN_BIND
Upstream commit d2a7d87 hardcoded the bind address to [::]:5000 for
IPv6 support, but this breaks on nodes where IPv6 is disabled in the
kernel. Make the bind address configurable via REDASH_GUNICORN_BIND,
defaulting to 0.0.0.0:5000 for IPv4. Users needing IPv6 dual-stack
can set REDASH_GUNICORN_BIND="[::]:5000".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Default REDASH_GUNICORN_BIND to [::]:5000 to preserve upstream behavior
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Tsuneo Yoshioka <yoshiokatsuneo@gmail.com>