3 lines
147 B
Bash
3 lines
147 B
Bash
#export MONGODB_URI='mongodb+srv://root:root@localhost:27017?retryWrites=true&w=majority'
|
|
export MONGODB_URI='mongodb://root:root@localhost:27017'
|