diff --git a/src/CMSMicroservice.WebApi/appsettings.Production.json b/src/CMSMicroservice.WebApi/appsettings.Production.json index b976ad4..03b3ccc 100644 --- a/src/CMSMicroservice.WebApi/appsettings.Production.json +++ b/src/CMSMicroservice.WebApi/appsettings.Production.json @@ -55,6 +55,12 @@ "BaseUrl": "https://api.chatika.ir", "ApiKey": "tIukvL8dnV4cB3yVWcCD9Xyfbj8rBxm5wPt2mLyJCgTsBBoMTWjt6mFEqQwpw-er" }, + "BackgroundJobs": { + "WeeklyCommissionCalculation": { + "Enabled": false, + "CronExpression": "5 0 * * 0" + } + }, "AllowedHosts": "*", "Kestrel": { "EndpointDefaults": {