mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
Add db host and user
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -8,4 +8,6 @@ stringData:
|
||||
{% if env == 'staging' %}
|
||||
djang-secret-key: "{{transtats_stg_django_secret_key}}"
|
||||
database-password: "{{transtats_stg_database_password}}"
|
||||
database-host: db01.stg.phx2.fedoraproject.org
|
||||
database-user: transtats
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user