链接数据库
This commit is contained in:
@@ -11,7 +11,8 @@ module.exports = {
|
||||
env: {
|
||||
"NODE_ENV": "production",
|
||||
"PORT": 80,
|
||||
"DATABASE_URI": "mongodb://USERNAME:PASSWORD@localhost:27017",
|
||||
// TODO: change to your own username and password
|
||||
"DATABASE_URI": "mongodb://USERNAME:PASSWORD@localhost:27017/labplus",
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user