We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74568aa commit 4aef227Copy full SHA for 4aef227
template-express-ts-mongoose/src/config/env.ts
@@ -1,4 +1,4 @@
1
export const {
2
- DB_URI = 'mongodb+srv://user:[email protected]/dev?retryWrites=true&w=majority',
+ DB_URI,
3
PORT = 8080
4
} = process.env;
0 commit comments