Version: v5.0Adding or removing an environment
- Go to your Navisworks plug-in folder at
%APPDATA%\Autodesk\ApplicationPlugins\IPA.nw.bundle . - Find the config file,
Deployment.config, and make the file writable. - The file contains an array of environment objects. Complete one of the following options:
- To add an environment, add another object to the array with the following properties:
'Name': Name the environment.'PassportUrl': Pass the API base URL. 'ItemSvcUrl': Pass the API base URL. 'FileSvcUrl': Pass the API base URL. 'DataSourceUrl': Pass the API base URL.
- To remove an environment, remove the environment object from the array.