db: 连接数据库

This commit is contained in:
2024-01-19 19:07:48 +08:00
parent 065e66a992
commit c623f02aa5
2 changed files with 11 additions and 5 deletions

View File

@@ -12,9 +12,8 @@ module.exports = {
"NODE_ENV": "production",
"PORT": 80,
"DATABASE_URL": "localhost:27017",
"DATABASE_NAME": "labplus",
"DATABASE_USER": "",
"DATABASE_PASSWORD": "",
"DATABASE_USER": "labplus_admin",
"DATABASE_PASSWORD": "******",
}
}]
}