Report this

What is the reason for this report?

Gunicorn service can't read environment variables

Posted on March 2, 2017

I am having some troubles to configure a Django app (using virtualenv) with Postgres, Nginx, and Gunicorn on Ubuntu 16.04.

Everything worked fine until I started setting some environment variables for some Django configuration variables. Ex.: SECRET_KEY = os.environ[‘DJANGO_SECRET_KEY’].

I have tried a lot of options like setting variables on virtualenv’s activate file, setting variables on ubuntu, and on gunicorn.service file but nothing is working.

Does anyone know how to work on this issue? How to set the environment variables?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.