The CORS_URL should be bodhi's
This commit is contained in:
parent
452a4a4916
commit
c1b2115429
1 changed files with 2 additions and 1 deletions
|
@ -10,14 +10,15 @@ data:
|
||||||
PORT = 8080
|
PORT = 8080
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
POLICIES_DIR = '/etc/greenwave/'
|
POLICIES_DIR = '/etc/greenwave/'
|
||||||
CORS_URL = 'https://greenwave-web-greenwave.app.os.stg.fedoraproject.org'
|
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
SECRET_KEY = '{{stg_greenwave_secret_key}}'
|
SECRET_KEY = '{{stg_greenwave_secret_key}}'
|
||||||
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.stg.fedoraproject.org/api/v1.0'
|
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.stg.fedoraproject.org/api/v1.0'
|
||||||
|
CORS_URL = 'https://bodhi.stg.fedoraproject.org'
|
||||||
{% else %}
|
{% else %}
|
||||||
SECRET_KEY = '{{prod_greenwave_secret_key}}'
|
SECRET_KEY = '{{prod_greenwave_secret_key}}'
|
||||||
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0'
|
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0'
|
||||||
|
CORS_URL = 'https://bodhi.fedoraproject.org'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
fedora.yaml: |-
|
fedora.yaml: |-
|
||||||
--- !Policy
|
--- !Policy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue