Overview
When configuring the M-Files for Teams add-in in an on-premises installation of M-Files, there is a step where the valid M-Files domain is added to the manifest.json file.It is possible to add multiple domains.
Solution
Say you have multiple servers with a country-specific domain:Server1 : https://website1.country.com
Server2: https://website2.country.com
Server3: https://website1.country2.com
The following configuration would cover them all (and would allow more websites per country, if needed):
"validDomains": [
"*.country.com",
"*.country2.com"
],
