Initial commit

This commit is contained in:
2026-05-28 11:11:27 +02:00
commit d8a626f6c3
8 changed files with 514 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"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"
]
}