Forums

Feature request: web app config, inject environment

Any mechanism that would allow a web app to be statically-configured would be great. Maybe the simplest would be to allow environment to be set for WSGI, KEY=value. This would be per-web-app and enterable through the web console, or added via the API.

Without this, configuration can only be done either via SCM/Git, or by manually editing files on-disk via a console.

Thanks Brett

That is something we may do at some point in the future.