Application Configuration Object
The application configuration object contains the parameters that your client needs to identify a Composer server.
Example
var applicationConfig = {
secure: true,
host: 'www.yourcompanysite.com',
port: 8443,
path: '/zoomdata'
};
secure: true,
host: 'www.yourcompanysite.com',
port: 8443,
path: '/zoomdata'
};
The values for each key should be as follows:
secure: true to use HTTPS (secure) protocol, otherwise
false
host: the base URL where your Composer server is hosted
port: the port that your Composer uses to communicate; by default, this is
8443
path: the path from your base URL for your Composers server; by default, this is
‘/zoomdata’
Comments
0 comments
Please sign in to leave a comment.