mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
12 lines
159 B
JSON
12 lines
159 B
JSON
{
|
|
"apps": [
|
|
{
|
|
"name": "GANCIO",
|
|
"script": "./app/server.js"
|
|
},
|
|
{
|
|
"name": "WORKER",
|
|
"script": "./app/cron.js"
|
|
}
|
|
]
|
|
}
|