Configuration
Description
Configuration for the Genesys Widgets GWE plugin are very basic, allowing you to set the secured or unsecured path to the GWE server.
Example
window._genesys.cxwidget.gwe = {
httpEndpoint: 'http://www.website.com/gwe/',
httpsEndpoint: 'https://www.website.com/gwe/'
};
Options
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
| httpEndpoint | string | URL/Path to the GWE server over standard HTTP | yes, if unsecured access available | |
| httpsEndpoint | string | URL/Path to the GWE server over secure HTTPS | yes, if secured access available |
Comments or questions about this documentation? Contact us for support!
