From 0728ec2b76d7ac121bf6fafa86a1c7d0a8667da5 Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Sat, 27 Dec 2025 01:51:32 +0330 Subject: [PATCH] feat: add background job configuration for weekly commission calculation --- src/CMSMicroservice.WebApi/appsettings.Production.json | 6 ++++++ 1 file changed, 6 insertions(+) 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": {