From 04d846fd9608c215d3607b7c51fe68719724ac57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 4 Apr 2016 15:14:30 +0200 Subject: [PATCH] Set our specific CDN_SERVICE_DOMAIN to be configured locally. Just set it in your config_local.py file. --- pillar/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/config.py b/pillar/config.py index 95301591..92df469c 100644 --- a/pillar/config.py +++ b/pillar/config.py @@ -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-'