Skip to content

Commit

Permalink
mongo file uri fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankbrgowda committed May 2, 2024
1 parent 47d5b9f commit a52fe00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/apollo-collaboration-server/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ async function bootstrap() {
}
mongodbURI = fs.readFileSync(MONGODB_URI_FILE, 'utf8').trim()
}
console.log('mongodbURI', mongodbURI)

let sessionSecret = SESSION_SECRET
if (!sessionSecret) {
Expand Down

0 comments on commit a52fe00

Please sign in to comment.