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: |-
|
settings.py: |-
|
||||||
import os
|
import os
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
RDB_URL = '{{ stg_resultsdb_frontent_api_url }}'
|
RDB_URL = '{{ stg_resultsdb_frontend_api_url }}'
|
||||||
{% else %}
|
{% else %}
|
||||||
RDB_URL = '{{ prod_resultsdb_frontent_api_url }}'
|
RDB_URL = '{{ prod_resultsdb_frontend_api_url }}'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
SECRET_KEY = os.environ['RESULTSDB_FRONTEND_SECRET_KEY']
|
SECRET_KEY = os.environ['RESULTSDB_FRONTEND_SECRET_KEY']
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
stg_resultsdb_frontend_image: 'quay.io/fedora-kube-sig/resultsdb:latest'
|
stg_resultsdb_frontend_image: 'quay.io/fedora-kube-sig/resultsdb:latest'
|
||||||
prod_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/'
|
prod_resultsdb_frontend_api_url: 'https://resultsdb.fedoraproject.org/'
|
||||||
stg_resultsdb_frontent_api_url: 'https://resultsdb.stg.fedoraproject.org/'
|
stg_resultsdb_frontend_api_url: 'https://resultsdb.stg.fedoraproject.org/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue