How to Change License Servers
<Capstorm>
<licenseServer url="https://license.capstorm.com/LicenseStore/GetLicense" />
</Capstorm><Capstorm>
<backgroundColor red="255" green="100" blue="15" />
</Capstorm>Last updated
Was this helpful?
If your site does not permit communication with the default Capstorm license server located at https://license.capstorm.com, the configuration file “Capstorm.xml” allows overriding the endpoint.
An example that changes CopyStorm to use a http (non-SSL) endpoint for license management is:
<Capstorm>
<licenseServer url="https://license.capstorm.com/LicenseStore/GetLicense" />
</Capstorm>There are a number of other elements that can appear in a Capstorm.xml file, but you should not change without being instructed to by Capstorm. However, if you want to confuse your colleagues you can change CopyStorm’s background color:
<Capstorm>
<backgroundColor red="255" green="100" blue="15" />
</Capstorm>Last updated
Was this helpful?
Was this helpful?
