miniperplx/vercel.json

13 lines
192 B
JSON

{
"crons": [
{
"path": "/api/clean_images",
"schedule": "0 * * * *"
}
],
"regions": [
"iad1",
"sfo1",
"bom1"
]
}