Local development server uses http, not https

This commit is contained in:
Francesco Siddi 2018-06-23 01:25:35 +02:00
parent 81848c2c44
commit 49075cbc60

View File

@ -32,7 +32,7 @@ SECRET_KEY = ''
AUTH_TOKEN_HMAC_KEY = b''
# Authentication settings
BLENDER_ID_ENDPOINT = 'https://id.local:8000'
BLENDER_ID_ENDPOINT = 'http://id.local:8000'
CDN_USE_URL_SIGNING = True
CDN_SERVICE_DOMAIN_PROTOCOL = 'https'