fix: update Seq ServerUrl and change Hangfire job timezone to local - Adjusted Seq server URL for production and modified recurring job options to use local timezone

This commit is contained in:
masoodafar-web
2025-12-27 01:14:31 +03:30
parent fce194a195
commit 81d2b39ee1
2 changed files with 3 additions and 3 deletions
@@ -66,7 +66,7 @@
"Audience": "domain_api"
},
"Seq": {
"ServerUrl": "https://seq.afrino.co",
"ServerUrl": "http://seq-svc:5341",
"ApiKey": "oxpvpUzU1pZxMS4s3Fqq"
}
}