From 56b43fde5aa68052d65e036ed2f8800c78ec2322 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 27 Sep 2013 07:00:44 +0000 Subject: [PATCH] Remove this line, as it was not needed --- roles/nuancier/templates/nuancier-lite.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/nuancier/templates/nuancier-lite.cfg b/roles/nuancier/templates/nuancier-lite.cfg index 0f92499ca1..d372cd570d 100644 --- a/roles/nuancier/templates/nuancier-lite.cfg +++ b/roles/nuancier/templates/nuancier-lite.cfg @@ -42,7 +42,3 @@ CACHE_FOLDER = os.path.join(STATIC_FOLDER, 'cache') ### The application will keep the ratio intact and just make sure that either ### length or width of the picture fit the length and width specified below. THUMB_SIZE = (256, 256) - -# This is required for openid to work in stg. Might as well for prod too. -PREFERRED_URL_SCHEME = 'https' -