fix jinja2 fun

This commit is contained in:
Kevin Fenzi 2017-08-23 20:45:34 +00:00
parent 96ca446003
commit e0a278233e

View file

@ -10,7 +10,7 @@ data:
DATABASE_URI = 'postgresql+psycopg2://waiverdb@db01.stg.phx2.fedoraproject.org:5432/waiverdb'
{% else %}
DATABASE_URI = 'postgresql+psycopg2://waiverdb@db01.phx2.fedoraproject.org:5432/waiverdb'
{% end %}
{% endif %}
AUTH_METHOD = 'OIDC'
OIDC_CLIENT_SECRETS = '/etc/secret/client_secrets.json'
PORT = 8080