fix: update CMSMSAddress to use secure HTTPS URL
This commit is contained in:
+9
-2
@@ -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": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user