fixing var typos
This commit is contained in:
parent
71e9eaf29c
commit
c7c518d452
2 changed files with 4 additions and 4 deletions
|
@ -9,9 +9,9 @@ data:
|
|||
settings.py: |-
|
||||
import os
|
||||
{% if env == 'staging' %}
|
||||
RDB_URL = '{{ stg_resultsdb_frontent_api_url }}'
|
||||
RDB_URL = '{{ stg_resultsdb_frontend_api_url }}'
|
||||
{% else %}
|
||||
RDB_URL = '{{ prod_resultsdb_frontent_api_url }}'
|
||||
RDB_URL = '{{ prod_resultsdb_frontend_api_url }}'
|
||||
{% endif %}
|
||||
SECRET_KEY = os.environ['RESULTSDB_FRONTEND_SECRET_KEY']
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
stg_resultsdb_frontend_image: 'quay.io/fedora-kube-sig/resultsdb:latest'
|
||||
prod_resultsdb_frontend_image: 'quay.io/fedora-kube-sig/resultsdb:latest'
|
||||
prod_resultsdb_frontent_api_url: 'https://resultsdb.fedoraproject.org/'
|
||||
stg_resultsdb_frontent_api_url: 'https://resultsdb.stg.fedoraproject.org/'
|
||||
prod_resultsdb_frontend_api_url: 'https://resultsdb.fedoraproject.org/'
|
||||
stg_resultsdb_frontend_api_url: 'https://resultsdb.stg.fedoraproject.org/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue