Set the CORS_URL in greenwave's config
This commit is contained in:
parent
88601d6301
commit
452a4a4916
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ 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}}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue