Skip to content

Commit

Permalink
Update to Mongo 8
Browse files Browse the repository at this point in the history
# Conflicts:
#	examples/minimal/.env.defaults
#	jest-mongodb-config.cjs
  • Loading branch information
pozylon committed Oct 29, 2024
1 parent 39358d2 commit 681242e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/kitchensink/.env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ UNCHAINED_SEED_PASSWORD=password
UNCHAINED_SECRET=secret
UNCHAINED_CLOUD_ENDPOINT=https://engine.unchained.shop/graphql
UNCHAINED_TOKEN_SECRET=random-token
REDIS_DB=0
MONGOMS_VERSION=8.0.1
5 changes: 3 additions & 2 deletions examples/minimal/.env.defaults
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ROOT_URL=http://localhost:4010
PORT=4010
EMAIL_WEBSITE_NAME=Unchained
[email protected]
EMAIL_WEBSITE_URL=http://localhost:4010
ROOT_URL=http://localhost:4010
UNCHAINED_TOKEN_SECRET=random-token-that-is-not-secret-at-all
PORT=4010
MONGOMS_VERSION=8.0.1
4 changes: 4 additions & 0 deletions jest-mongodb-config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ module.exports = {
dbName: 'jest',
port: 4011,
},
binary: {
version: '8.0.1',
skipMD5: true,
},
autoStart: false,
},
useSharedDBForAllJestWorkers: true,
Expand Down

0 comments on commit 681242e

Please sign in to comment.