fix: update appsettings for production K8s

This commit is contained in:
2025-12-23 22:15:31 +00:00
parent ea3577893b
commit b223e37782
+2 -4
View File
@@ -11,9 +11,7 @@
}, },
"GrpcChannelOptions": { "GrpcChannelOptions": {
"FMSMSAddress": "https://dl.afrino.co", "FMSMSAddress": "https://dl.afrino.co",
"CMSMSAddress": "https://cms.kbs1.ir" "CMSMSAddress": "http://cms-svc:8080"
// "CMSMSAddress": "https://cms.foursat.afrino.co"
// "CMSMSAddress": "https://localhost:32846"
}, },
"Authentication": { "Authentication": {
"Authority": "https://ids.domain.com/", "Authority": "https://ids.domain.com/",
@@ -24,7 +22,7 @@
"ApiKey": "497263626F32626A48685A6137524C4F78575A766E4C74694A556B79317648424964655030682B554545413D" "ApiKey": "497263626F32626A48685A6137524C4F78575A766E4C74694A556B79317648424964655030682B554545413D"
}, },
"Seq": { "Seq": {
"ServerUrl": "https://seq.afrino.co", "ServerUrl": "http://seq-svc:5341",
"ApiKey": "" "ApiKey": ""
} }
} }