Skip to content

Instantly share code, notes, and snippets.

@hiukky
Created July 24, 2019 14:43
Show Gist options
  • Save hiukky/4814d65cdbe5b3bf3494b2efac802c6c to your computer and use it in GitHub Desktop.
Save hiukky/4814d65cdbe5b3bf3494b2efac802c6c to your computer and use it in GitHub Desktop.
var cfg = {
authentication: {
type: "default",
options: {
userName: _this.config.user,
password: _this.config.password,
}
},
server: _this.config.server,
options: (0, _assign2.default)({}, _this.config.options),
domain: _this.config.domain
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment