Transtats: fill in section for production instead of doing it in a file that isnt used

This commit is contained in:
Stephen Smoogen 2019-02-05 17:34:55 +00:00
parent 18d869d8f7
commit 5172d40a47

View file

@ -17,3 +17,15 @@ stringData:
database-host: db01.stg.phx2.fedoraproject.org
database-user: transtats
{% endif %}
{% if env == 'production' %}
ts-auth-system: "fedora"
admin-password: "{{transtats_admin_password}}"
django-secret-key: "{{transtats_django_secret_key}}"
database-name: "transtats"
database-password: "{{transtats_database_password}}"
oidc_url: "id{{env_suffix}}.fedoraproject.org"
oidc-client-id: "{{transtats_oidc_id}}"
oidc-client-secret: "{{transtats_oidc_secret}}"
database-host: db01.stg.phx2.fedoraproject.org
database-user: transtats
{% endif %}