Skip to content

Commit

Permalink
fix: add missing shemastery items authDatabase & uri
Browse files Browse the repository at this point in the history
  • Loading branch information
ForkKILLET authored Aug 24, 2024
1 parent 4b649b8 commit 9f50139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mongo/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,8 @@ export namespace MongoDriver {
username: z.string(),
password: z.string().role('secret'),
database: z.string().required(),
authDatabase: z.string(),
uri: z.string(),
writeConcern: z.object({
w: z.union([
z.const(undefined),
Expand Down

0 comments on commit 9f50139

Please sign in to comment.