From 1a1bfff12415a7793fee22bcd4e5e39e10dbd4d3 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 22 Apr 2016 16:48:57 +0100 Subject: Fallback if request to Gaze fails. Fixes #1286. --- conf/general.yml-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/general.yml-example b/conf/general.yml-example index 097d81b19..749b9e716 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -180,7 +180,7 @@ SMTP_PASSWORD: '' # Gaze is a world-wide service for population density lookups. You can leave # this as is. -GAZE_URL: 'http://gaze.mysociety.org/gaze' +GAZE_URL: 'https://gaze.mysociety.org/gaze' # Should problem reports link to the council summary pages? AREA_LINKS_FROM_PROBLEMS: '0' -- cgit v1.2.3