(dbName)
| 10 | } |
| 11 | |
| 12 | uri(dbName) { |
| 13 | return `mongodb://${this.primaryServer.uri()},${this.firstSecondaryServer.uri()},${this.secondSecondaryServer.uri()}/${ |
| 14 | dbName || 'test' |
| 15 | }?replicaSet=rs`; |
| 16 | } |
| 17 | |
| 18 | setup(options) { |
| 19 | options = options || {}; |
no outgoing calls