Skip to content

Commit 4aef227

Browse files
committed
Fix keys
1 parent 74568aa commit 4aef227

File tree

1 file changed

+1
-1
lines changed
  • template-express-ts-mongoose/src/config

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const {
2-
DB_URI = 'mongodb+srv://user:[email protected]/dev?retryWrites=true&w=majority',
2+
DB_URI,
33
PORT = 8080
44
} = process.env;

0 commit comments

Comments
 (0)