regluit/vagrant/templates/common.py.j2

7 lines
135 B
Plaintext
Raw Normal View History

2016-12-09 06:08:28 +00:00
import os
# all the COMMON_KEYS
{% for key in COMMON_KEYS %}
{{key}} = os.environ.get('{{key}}', '{{COMMON_KEYS[key]}}')
{% endfor %}