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

Commit ab268e4a by Joel Trost Committed by Matt Broadstone

added port to connection config

1 parent d9b3670c
Showing with 1 additions and 0 deletions
......@@ -44,6 +44,7 @@ ConnectionManager.prototype.connect = function(config) {
user: connectionConfig.user,
password: connectionConfig.password,
server: connectionConfig.host,
port: connectionConfig.port,
database: connectionConfig.database,
pool: {
max: config.max,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!