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

Commit eb108452 by Daniel Schwartz

taking out port

1 parent 47efc3ab
Showing with 1 additions and 1 deletions
...@@ -44,7 +44,7 @@ module.exports = (function() { ...@@ -44,7 +44,7 @@ module.exports = (function() {
this.isConnecting = true this.isConnecting = true
this.isConnected = false this.isConnected = false
var conStr = '<%= protocol %>://<%= user %>:<%= password %>@<%= host %>:<%= port %>/<%= database %>' var conStr = '<%= protocol %>://<%= user %>:<%= password %>@<%= host %>/<%= database %>'
conStr = Utils._.template(conStr)({ conStr = Utils._.template(conStr)({
user: this.config.username, user: this.config.username,
password: this.config.password, password: this.config.password,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!