Created
April 22, 2021 13:47
-
-
Save syamjayaraj/8a14a30d4f9611ce040f00f6bb9fbaa1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let config = { | |
dbUrl: | |
"mongodb+srv://techomoro:[email protected]/posts?retryWrites=true&w=majority", | |
}; | |
module.exports = config; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment