mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"version": 2,
|
|
"crons": [
|
|
{
|
|
"path": "/api/users/subscription/cron",
|
|
"schedule": "0 0 * * *",
|
|
"authorization": "@CRON_SECRET"
|
|
},
|
|
{
|
|
"path": "/api/invoices/polling",
|
|
"schedule": "*/3 * * * *",
|
|
"authorization": "@PLEBDEVS_API_KEY"
|
|
}
|
|
]
|
|
}
|