Database config
parent
af3f42397d
commit
7f65fee725
|
@ -1,4 +1,4 @@
|
|||
module.exports = {
|
||||
'secret':'admin',
|
||||
'database': 'mongodb://localhost/mooc-api'
|
||||
secret: 'admin',
|
||||
database: 'mongodb://localhost/mooc-api',
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue