4.21.3. Configuration file for 3Dfindit (custom_config.json)

The Configuration file for 3Dfindit is the custom_config.json. You can find them under $SITESETUP/3df.

If the file does not exist, you must create it. At least the following section within the file is then required as the basic configuration:

{
  "baseApiPath": "",
  "basename": "/webapps/3dfindit-enterprise",
  "erp": true,
  "startRoute": "CadBim",
  "isEnterprise": true,
}
[Important]Important

If you want to add something to the file, it must always be inside the curly brackets!