Files
tilbudgivern/ecosystem.config.json
T

18 lines
339 B
JSON

{
"apps": [
{
"name": "tilbudgivern-unified",
"script": "unified-server.js",
"cwd": "/home/alex/git/tilbudgivern",
"env_file": ".env",
"env": {
"NODE_ENV": "production",
"PORT": "4030"
},
"restart_delay": 4000,
"max_restarts": 10,
"min_uptime": "10s"
}
]
}