After installation, you need to apply the following actions to CTLive to work with VCC:
GeneralSettings
Using a mongoDB client, change into GeneralSettings collection the following parameters:
"ct7url" : "http://localhost:8889/VccCTL/contact"
Change accordingly to VCC the sharedSecret
Services
db.getCollection('services').updateMany( {}, { "$set": { enableCallbackNow: false, enableCallbackLater: false, checkMediaUrl: "http://localhost:8889/VccCTL/Availability" } });