Created
September 16, 2019 19:07
-
-
Save artemis15/c3ab1559598028e07cacce66d83e91a8 to your computer and use it in GitHub Desktop.
Info of db
This file contains 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
module.exports = { | |
'secret': 'restapisecret', | |
'database': 'mongodb://127.0.0.1:27017/restAPI' | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment