fix: update appsettings for production K8s

This commit is contained in:
2025-12-23 22:16:37 +00:00
parent b7057e0928
commit 3e3033386d
+2 -4
View File
@@ -10,9 +10,7 @@
}
},
"GrpcChannelOptions": {
"CMSMSAddress": "https://cms.kbs1.ir",
// "CMSMSAddress": "https://cms.foursat.afrino.co",
// "CMSMSAddress": "https://localhost:32846/",
"CMSMSAddress": "http://cms-svc:8080",
"PYMSMSAddress": "https://ipg.afrino.co"
},
"CmsSignalR": {
@@ -23,7 +21,7 @@
"Audience": "domain_api"
},
"Seq": {
"ServerUrl": "https://seq.afrino.co",
"ServerUrl": "http://seq-svc:5341",
"ApiKey": ""
}
}