Files
whatsapp-reminder/config/settings.example.json
T
2026-05-28 11:19:11 +02:00

22 lines
355 B
JSON

{
"amount": 25,
"currency": "CHF",
"cron": "0 7 1 * *",
"timezone": "Europe/Zurich",
"message": "Hallo {vorname}, diesen Monat bist du wieder dran mit {amount} {currency} ;)\nDanke.",
"schedule": [
"alice",
"bob",
null,
"carol",
"dave",
"eve",
"alice",
"bob",
null,
"carol",
"dave",
"eve"
]
}