Add CustomTaskSettings and RosinenStoreMemberReport configuration to AppSettings and appsettings.example.json

This commit is contained in:
troogs
2026-02-17 10:38:39 +01:00
parent 5b462d3898
commit 8a9951335a
2 changed files with 43 additions and 0 deletions

View File

@@ -6,5 +6,13 @@
"Email": "demo@example.com",
"Password": "demo-password",
"TwoFactorEnabled": false
},
"CustomTasks": {
"RosinenStoreMemberReport": {
"StoreIds": [
12345,
67890
]
}
}
}