We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deda708 commit 5a9a674Copy full SHA for 5a9a674
config/.env.example
@@ -1,7 +1,7 @@
1
NODE_ENV=development
2
PORT=3001
3
4
-MONGO_URI=mongodb://localhost/mongoose-boilerplate
+MONGO_URI=mongodb://mongoadmin:secret@mongodb:27017/vue-tube?authSource=admin
5
6
JWT_SECRET=
7
JWT_EXPIRE=30d
0 commit comments