From 347321e1530e50084d54b2428fc3b6310853c957 Mon Sep 17 00:00:00 2001 From: "Chinthakayala, Sheshashailavas (sc2914)" Date: Fri, 2 Aug 2019 16:22:16 +0000 Subject: [CCSDK-1579] updated to use https added a property to customSettings.js to enable https Change-Id: I6c6adcc6b6e07a3bfaf7ae1e3c304a7a6216ae8f Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) --- dgbuilder/createReleaseDir.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dgbuilder/createReleaseDir.sh') diff --git a/dgbuilder/createReleaseDir.sh b/dgbuilder/createReleaseDir.sh index eff8485a..fddb1a6f 100755 --- a/dgbuilder/createReleaseDir.sh +++ b/dgbuilder/createReleaseDir.sh @@ -81,7 +81,8 @@ then 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" -- cgit 1.2.3-korg