[CCSDK-1579] updated to use https

added a property to customSettings.js to enable https

Change-Id: I6c6adcc6b6e07a3bfaf7ae1e3c304a7a6216ae8f
Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) <sc2914@att.com>
diff --git a/dgbuilder/createReleaseDir.sh b/dgbuilder/createReleaseDir.sh
index eff8485..fddb1a6 100755
--- a/dgbuilder/createReleaseDir.sh
+++ b/dgbuilder/createReleaseDir.sh
@@ -81,7 +81,8 @@
 	echo "		'restConfUser': '$restConfUser'," >>$customSettingsFile
 	echo "		'restConfPassword': '$restConfPassword'," >>$customSettingsFile
 	echo "		'formatXML': '$formatXML'," >>$customSettingsFile
-	echo "		'formatJSON': '$formatJSON'" >>$customSettingsFile
+	echo "		'formatJSON': '$formatJSON'," >>$customSettingsFile
+	echo "		'enableHttps': true" >>$customSettingsFile
 	echo "		}" >>$customSettingsFile
 fi
 	#echo "Created custom settings  file $customSettingsFile"