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 d42aab5 commit 17e95c6Copy full SHA for 17e95c6
.env.example
@@ -1,3 +1,3 @@
1
JWT_SECRET=your_secret_key
2
-MONGO_URI=mongodb://localhost:27017/yourdb
3
-PORT=5000
+DB_DATABASE=mongodb://localhost:27017/yourdb
+PORT=8000
0 commit comments