Set the CORS_URL in greenwave's config

This commit is contained in:
Pierre-Yves Chibon 2017-08-24 16:03:08 +02:00
parent 88601d6301
commit 452a4a4916

View file

@ -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}}'