Skip to content

Commit

Permalink
fix(server): fix being failed to find address when connect ddb (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
0fatal committed Jan 4, 2024
1 parent 667e3d4 commit 0ed539e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ export class DedicatedDatabaseService {
database: database.name,
options: {
authSource: 'admin',
replicaSet: `${name}-mongodb`,
w: 'majority',
},
scheme: 'mongodb',
})
Expand Down

0 comments on commit 0ed539e

Please sign in to comment.