Skip to main content
Version: v4.5

Adding or removing an environment

  1. Go to your plug-in folder. The default location is .
  2. Find 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:
      • '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.