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
|
||||
DEBUG = False
|
||||
POLICIES_DIR = '/etc/greenwave/'
|
||||
CORS_URL = 'https://greenwave-web-greenwave.app.os.stg.fedoraproject.org'
|
||||
|
||||
{% if env == 'staging' %}
|
||||
SECRET_KEY = '{{stg_greenwave_secret_key}}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue