Adding or removing an environment
- Go to your AutoCAD plug-in folder. The default location is .
- 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, in the style of the existing objects:
'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.
- To add an environment, add another object to the array with the following properties, in the style of the existing objects: