conf: 修改 pm2 配置

This commit is contained in:
2024-01-19 18:53:39 +08:00
parent de16667568
commit 065e66a992

View File

@@ -11,7 +11,10 @@ module.exports = {
env: { env: {
"NODE_ENV": "production", "NODE_ENV": "production",
"PORT": 80, "PORT": 80,
"DATABASE_URL": "mongodb://localhost:27017/labplus" "DATABASE_URL": "localhost:27017",
"DATABASE_NAME": "labplus",
"DATABASE_USER": "",
"DATABASE_PASSWORD": "",
} }
}] }]
} }