Skip to main content
Version: v4.6

Adding or removing an environment

  1. Go to your Civil3D plug-in folder. The default location is
    .
  2. Find the config file, Deployment.config, and make the file writable.
  3. 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.