Set our specific CDN_SERVICE_DOMAIN to be configured locally.

Just set it in your config_local.py file.
This commit is contained in:
Sybren A. Stüvel 2016-04-04 15:14:30 +02:00
parent 465b145609
commit 04d846fd96

View File

@ -15,7 +15,7 @@ BLENDER_ID_ENDPOINT = 'http://blender_id:8000/'
CDN_USE_URL_SIGNING = True
CDN_SERVICE_DOMAIN_PROTOCOL = 'https'
CDN_SERVICE_DOMAIN = 'test-blendercloud.r.worldssl.net'
CDN_SERVICE_DOMAIN = '-CONFIG-THIS-'
CDN_CONTENT_SUBFOLDER = ''
CDN_URL_SIGNING_KEY = '-SECRET-'