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": { "GrpcChannelOptions": {
"CMSMSAddress": "https://cms.kbs1.ir", "CMSMSAddress": "http://cms-svc:8080",
// "CMSMSAddress": "https://cms.foursat.afrino.co",
// "CMSMSAddress": "https://localhost:32846/",
"PYMSMSAddress": "https://ipg.afrino.co" "PYMSMSAddress": "https://ipg.afrino.co"
}, },
"CmsSignalR": { "CmsSignalR": {
@@ -23,7 +21,7 @@
"Audience": "domain_api" "Audience": "domain_api"
}, },
"Seq": { "Seq": {
"ServerUrl": "https://seq.afrino.co", "ServerUrl": "http://seq-svc:5341",
"ApiKey": "" "ApiKey": ""
} }
} }