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

Commit 4dff9c56 by sonnym

add dialectModulePath to config object

1 parent 36bcc2e9
Showing with 1 additions and 0 deletions
...@@ -101,6 +101,7 @@ module.exports = (function() { ...@@ -101,6 +101,7 @@ module.exports = (function() {
queue : this.options.queue, queue : this.options.queue,
native : this.options.native, native : this.options.native,
replication: this.options.replication, replication: this.options.replication,
dialectModulePath: this.options.dialectModulePath,
maxConcurrentQueries: this.options.maxConcurrentQueries maxConcurrentQueries: this.options.maxConcurrentQueries
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!