Add a --env option allowing to give constant environment variables that should be forwarded to Python entrypoint functions.
Example with uwsgi option for Django framework :
--env DJANGO_SETTINGS_MODULE=mysite.settings
The option can be repeated.
Add a --env option allowing to give constant environment variables that should be forwarded to Python entrypoint functions.
Example with uwsgi option for Django framework :
<code>--env DJANGO_SETTINGS_MODULE=mysite.settings</code>
The option can be repeated.
yannweb
a ajouté cela au jalon BETA versionil y a 5 ans
Add a --env option allowing to give constant environment variables that should be forwarded to Python entrypoint functions.
Example with uwsgi option for Django framework :
--env DJANGO_SETTINGS_MODULE=mysite.settings
The option can be repeated.