Parking this on openqa01 because I *think* it's authed for RDB and I don't know if Autocloud boxes are.
9 lines
247 B
Django/Jinja
9 lines
247 B
Django/Jinja
config = {
|
|
{% if autocloudreporter_prod %}
|
|
'autocloudreporter.prod.enabled': True,
|
|
'autocloudreporter.test.enabled': False,
|
|
{% else %}
|
|
'autocloudreporter.prod.enabled': False,
|
|
'autocloudreporter.test.enabled': False,
|
|
{% endif %}
|
|
}
|