fix: update CMSMSAddress to use secure HTTPS URL

This commit is contained in:
masoodafar-web
2025-12-27 03:46:12 +03:30
parent b71d948e0e
commit dadd0ee66c
2 changed files with 10 additions and 3 deletions
@@ -10,11 +10,18 @@
} }
}, },
"GrpcChannelOptions": { "GrpcChannelOptions": {
"CMSMSAddress": "https://cms.kbs1.ir", "CMSMSAddress": "http://cms-svc",
"PYMSMSAddress": "https://ipg.afrino.co" "PYMSMSAddress": "https://ipg.afrino.co"
},
"CmsSignalR": {
"HubPath": "/hubs/token-notification"
}, },
"Authentication": { "Authentication": {
"Authority": "https://ids.domain.com/", "Authority": "https://ids.domain.com/",
"Audience": "domain_api" "Audience": "domain_api"
},
"Seq": {
"ServerUrl": "http://seq-svc:5341",
"ApiKey": ""
} }
} }
+1 -1
View File
@@ -10,7 +10,7 @@
} }
}, },
"GrpcChannelOptions": { "GrpcChannelOptions": {
"CMSMSAddress": "http://cms-svc", "CMSMSAddress": "https://cms.foursat.afrino.co",
"PYMSMSAddress": "https://ipg.afrino.co" "PYMSMSAddress": "https://ipg.afrino.co"
}, },
"CmsSignalR": { "CmsSignalR": {