Disabling vTV
This article explains how to disable vTV in Agility.
On-Premise systems running on an internal network with no access to the internet can disable vTV by creating a user.config file with the following contents and placing that file under the Digital.ai Agility directory on your web server.
<appSettings>
<add key="vTV.Enabled" value="false" />
</appSettings>
If your Digital.ai Agility application already has a user.config file, simply add the key line to your existing file.