1activity-mailer/app.json

8 lines
96 B
JSON
Raw Normal View History

2025-03-01 10:13:54 +01:00
{
"cron": [
{
"command": "ruby mailer.rb",
2025-03-01 10:33:40 +01:00
"schedule": "8 * * * 5"
2025-03-01 10:13:54 +01:00
}
]
}