Database config

pull/1/head
sundowndev 2018-11-13 18:49:14 +01:00
parent af3f42397d
commit 7f65fee725
1 changed files with 2 additions and 2 deletions

View File

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