不要怂,就是干,撸起袖子干!

Commit 8951a8fd by Daniel Schwartz

adding disablePort to config object

1 parent ce09aba9
Showing with 2 additions and 1 deletions
...@@ -40,7 +40,8 @@ module.exports = (function() { ...@@ -40,7 +40,8 @@ module.exports = (function() {
host : this.options.host, host : this.options.host,
port : this.options.port, port : this.options.port,
pool : this.options.pool, pool : this.options.pool,
protocol: this.options.protocol protocol: this.options.protocol,
disablePort: this.options.disablePort
} }
var ConnectorManager = require("./dialects/" + this.options.dialect + "/connector-manager") var ConnectorManager = require("./dialects/" + this.options.dialect + "/connector-manager")
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!