Add CustomTaskSettings and RosinenStoreMemberReport configuration to AppSettings and appsettings.example.json
This commit is contained in:
@@ -6,5 +6,13 @@
|
||||
"Email": "demo@example.com",
|
||||
"Password": "demo-password",
|
||||
"TwoFactorEnabled": false
|
||||
},
|
||||
"CustomTasks": {
|
||||
"RosinenStoreMemberReport": {
|
||||
"StoreIds": [
|
||||
12345,
|
||||
67890
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user