Skip to content

Commit 5a9a674

Browse files
committed
feat: modify MONGO_URI
1 parent deda708 commit 5a9a674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NODE_ENV=development
22
PORT=3001
33

4-
MONGO_URI=mongodb://localhost/mongoose-boilerplate
4+
MONGO_URI=mongodb://mongoadmin:secret@mongodb:27017/vue-tube?authSource=admin
55

66
JWT_SECRET=
77
JWT_EXPIRE=30d

0 commit comments

Comments
 (0)