connect db

This commit is contained in:
2024-02-17 19:47:52 +08:00
parent c623f02aa5
commit 2f510aa096
3 changed files with 23 additions and 12 deletions

View File

@@ -11,9 +11,7 @@ module.exports = {
env: {
"NODE_ENV": "production",
"PORT": 80,
"DATABASE_URL": "localhost:27017",
"DATABASE_USER": "labplus_admin",
"DATABASE_PASSWORD": "******",
"DATABASE_URI": "mongodb://USERNAME:PASSWORD@localhost:27017",
}
}]
}