module.exports = {
apps: [{
name: "labplus-server",
script: "./src/index.js",
watch: [
"src"
],
ignore_watch: [
"node_modules"
env: {
"NODE_ENV": "production",
"PORT": 80,
"DATABASE_URL": "mongodb://localhost:27017/labplus"
}
}]