Files
myhealth/1.sources/MyHealth/ecosystem.json
2019-12-26 21:23:25 +01:00

14 lines
286 B
JSON

{
"apps" : [{
"name": "ANT",
"script": "start.sh",
"cwd": "./",
"ignore_watch": ["*.ear", "*.jar", "*.war", "./build/*", "./dist/*", "ecosystem.json"],
"watch": true
},{
"name": "Widlfly",
"script": "standalone.sh",
"cwd": "/opt/wildfly/bin/"
}]
}