Skip to content

Commit

Permalink
ROCKS-13 Move mongo config to nitro runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
patschilf committed Jul 5, 2023
1 parent cb32a22 commit 3f36a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/layers/mongo/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

export default defineNuxtConfig({
buildDir: `./.build/.nuxt`,
nitro: {
runtimeConfig: {
mongodb: {
uri: ``,
authDb: `admin`,
},
},
},
})

0 comments on commit 3f36a89

Please sign in to comment.