Add db host and user
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
fb1b32c6ed
commit
ec3a9f5ff4
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue