ConfigRepository
This topic describes the ConfigRepository element.
Description
The configuration repository configuration. When it is present in XML, it uses the defined Discovery Endpoint as a default source of configuration.
Child element properties
Note:
- Child elements must occur in the order listed.
Child elements
| Child element | Must occur at least | May occur at most | Element type |
|---|---|---|---|
| Roles | 0 times (optional) | 1 time | None |
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| ServiceURI | The URL of the Discovery Service endpoint (required) | URI |
| ConnectionTimeout | The connection timeout (in milliseconds) for the Discovery Service endpoint (optional) | integer |
| CacheEnabled | Enable the caching of the configuration (optional) | Boolean |
| CacheExpirationDuration | The cache expiration period (in seconds) (optional) | integer |
| ServiceAvailabilityCheck | Disable cache expiration when the service is unavailable (optional) | Boolean |
| ServiceMonitorPollDuration | The polling period (in seconds) for the Discovery Service Monitor (optional) | integer |
| ServiceProxyHostName | The HTTP proxy host for OData client connections (optional) | string |
| ServiceProxyPort | The HTTP proxy port for OData client connections (optional) | short |
| ClientId | The client ID for the token service (optional) | string |
| ClientSecret | The client secret for the token service (optional) | string |
| TokenServiceUrl | The URL of the Token Service (optional) | string |