in src/globalConfig.js [2:7]
update(configInput) {
var config = configInput || {};
this.region = config.region || this.region;
this.endpointOverride = config.endpoint || this.endpointOverride;
this.reconnect = config.reconnect === false ? false : true;
}