regluit/vagrant/templates/host.py.j2

6 lines
134 B
Django/Jinja

import os
# all the SECRET_KEYS
{% for key in SECRET_KEYS %}
{{key}} = os.environ.get('{{key}}', '{{SECRET_KEYS[key]}}')
{% endfor %}