Configuration File
The contents of the configuration file are listed as follows:
Tag Name | Description |
-type | (Optional). The gateway type: API Portal or Mediator. The default value is Mediator. |
-name | The name of the gateway. |
-description | (Optional). Description for the gateway. |
-deploymentEndpoint | (Optional). Deployment endpoint of the gateway. The default value is http://localhost:5555. |
-user | User ID of the gateway user. |
-sandbox | (Optional). The sandbox category to be used to classify the gateway instance. |
-organization | (Optional). Name or key of the organization that submits the gateway information. The default value is Default Organization. |
-key | (Optional). Key used to update the gateway. |
-csUser | (Optional). CentraSite user’s credentials. By default, the credentials of the user who has logged in to CentraSite is used. |
Sample configuration file:
<gateway>
<!-- type of the Gateway -->
<type>Mediator</type>
<!-- name of the gateway -->
<name>DevMediator</name>
<!-- Description of the gateway -->
<description>DevMediator</description>
<!-- Deployment Endpoint for the gateway -->
<deploymentEndpoint>http://localhost:5555</deploymentEndpoint>
<!-- Mediator user Id -->
<user>Administrator</user>
<!-- CentraSite user Id -->
<csUser>Administrator</csUser>
<!-- Mediator user password -->
<password>Administrator</password>
<!-- Name/Key of the sandbox category -->
<!-- <sandbox>Production</sandbox> -->
<!-- Name/Key of submitting organization -->
<!-- <organization>Default Organization</organization> -->
<!-- Key to be used for update -->
<!-- <key></key> -->
</gateway>