Configuration

pull/1/head
sundowndev 2018-11-12 18:19:22 +01:00
parent 5282b3c4fa
commit d6aeee2eae
1 changed files with 4 additions and 0 deletions

4
config/database.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
'secret':'admin',
'database': 'mongodb://localhost/mooc-api'
};