fix: update CMS and Seq service URLs to production endpoints

This commit is contained in:
masoodafar-web
2025-12-20 05:20:11 +03:30
parent 97b62e9168
commit b7057e0928
+2 -2
View File
@@ -10,7 +10,7 @@
} }
}, },
"GrpcChannelOptions": { "GrpcChannelOptions": {
"CMSMSAddress": "http://cms-svc", "CMSMSAddress": "https://cms.kbs1.ir",
// "CMSMSAddress": "https://cms.foursat.afrino.co", // "CMSMSAddress": "https://cms.foursat.afrino.co",
// "CMSMSAddress": "https://localhost:32846/", // "CMSMSAddress": "https://localhost:32846/",
"PYMSMSAddress": "https://ipg.afrino.co" "PYMSMSAddress": "https://ipg.afrino.co"
@@ -23,7 +23,7 @@
"Audience": "domain_api" "Audience": "domain_api"
}, },
"Seq": { "Seq": {
"ServerUrl": "http://seq-svc:5341", "ServerUrl": "https://seq.afrino.co",
"ApiKey": "" "ApiKey": ""
} }
} }