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