tlsConfig is part of the database

This commit is contained in:
Girish Ramakrishnan
2015-12-12 15:43:42 -08:00
parent abc4975b3d
commit 22634b4ceb

View File

@@ -582,10 +582,6 @@ function doUpdate(boxUpdateInfo, callback) {
apiServerOrigin: config.apiServerOrigin(),
webServerOrigin: config.webServerOrigin()
},
// remove this after update
tlsConfig: {
provider: 'caas'
},
version: boxUpdateInfo.version,
boxVersionsUrl: config.get('boxVersionsUrl')