| TIMEOUT | The amount of time in milliseconds after which a connection to the Discovery Endpoint times out. A good default value would be 10000 (that is, 10 seconds); however, you may need to increase this value if your site has a large sitemap. |
| CACHE_ENABLED | A Boolean to set to true if you intend to cache information retrieved from the Discovery Endpoint. Set this to true unless you have a pressing reason to disable it. |
| CACHE_EXP | The amount of time in seconds after which the cache expires. A good default value would be 600 (that is, 600 seconds or 10 minutes). |
| SERVICE_CHECK | A Boolean to set to true if the client should check if the service is available. |
| URI | The URL of the Discovery Endpoint. |
| USERNAME and PASSWORD | Valid Token Service credentials that grant the client access to the Discovery Endpoint. You can find valid credentials in the cd_ambient_conf.xml configuration file of the Discovery Service. USERNAME must be a user who assumes the cd role; by default, that user is called cduser. Note also that the value of ClientSecret must be set to an encrypted value. |