You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the documentation, issues, and pull requests, but I didn't see any configuration options available for environment variables. The norm is to use environment variables (dotenv files) for configuring ASGI applications on Kubernetes.
uvicorn implements this with UVICORN_ prefix with all the same names used for each configuration option; see here. I think the same could work for hypercorn by using the prefix HYPERCORN_.
The text was updated successfully, but these errors were encountered:
I checked the documentation, issues, and pull requests, but I didn't see any configuration options available for environment variables. The norm is to use environment variables (
dotenv
files) for configuring ASGI applications on Kubernetes.uvicorn
implements this withUVICORN_
prefix with all the same names used for each configuration option; see here. I think the same could work forhypercorn
by using the prefixHYPERCORN_
.The text was updated successfully, but these errors were encountered: