{
    "name": "grund panel",

    "cmd": "node",
    "args": ["server.js"],

    "cwd": "/var/www/html/grund",

    "ports": [3011],

    "autorestart": true,
    "restart_delay": 2000,

    "ntfy": { 
        "topic": "spanel-server", 
        "server": "https://ntfy.tolzmann.p7.de", 
        "on_start": true, 
        "on_stop": true, 
        "on_crash": true, 
        "on_port_down": true, 
        "on_port_up": false 
    },

    "env": {
        "NODE_ENV": "production"
    },

    "graceful_shutdown": true
}
