Set our specific CDN_SERVICE_DOMAIN to be configured locally.
Just set it in your config_local.py file.
This commit is contained in:
parent
465b145609
commit
04d846fd96
@ -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-'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user