Files @ d9ba7498c212
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/templates/environment.sh.j2 - annotation

branko
MAR-98: Updated Gunicorn/futures version in wsgi_website role. Update wsgi_website role to make it possible to deploy WSGI server via requirements files (which will also deploy files for doing upgrade checks).
1
2
3
{% for var, val in environment_variables.iteritems() %}
export {{ var }}='{{ val }}'
{% endfor %}