fix: update CMSMSAddress to remove port from URL
Build and Deploy / build (push) Successful in 1m44s
Build and Deploy / build (push) Successful in 1m44s
This commit is contained in:
@@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"JwtSecurityKey": "TvlZVx5TJaHs8e9HgUdGzhGP2CIidoI444nAj+8+g7c=",
|
|
||||||
"JwtIssuer": "https://localhost",
|
|
||||||
"JwtAudience": "https://localhost",
|
|
||||||
"JwtExpiryInDays": 365,
|
|
||||||
"AllowedHosts": "*",
|
|
||||||
"Kestrel": {
|
|
||||||
"EndpointDefaults": {
|
|
||||||
"Protocols": "Http2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"GrpcChannelOptions": {
|
|
||||||
"FMSMSAddress": "https://dl.afrino.co",
|
|
||||||
"CMSMSAddress": "http://cms-svc"
|
|
||||||
},
|
|
||||||
"Authentication": {
|
|
||||||
"Authority": "https://ids.domain.com/",
|
|
||||||
"Audience": "domain_api"
|
|
||||||
},
|
|
||||||
"Kavenegar": {
|
|
||||||
"Sender": "1000001110100",
|
|
||||||
"ApiKey": "497263626F32626A48685A6137524C4F78575A766E4C74694A556B79317648424964655030682B554545413D"
|
|
||||||
},
|
|
||||||
"Seq": {
|
|
||||||
"ServerUrl": "http://seq-svc:5341",
|
|
||||||
"ApiKey": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"GrpcChannelOptions": {
|
"GrpcChannelOptions": {
|
||||||
"FMSMSAddress": "https://dl.afrino.co",
|
"FMSMSAddress": "https://dl.afrino.co",
|
||||||
"CMSMSAddress": "http://cms-svc:8080"
|
"CMSMSAddress": "http://cms-svc"
|
||||||
},
|
},
|
||||||
"Authentication": {
|
"Authentication": {
|
||||||
"Authority": "https://ids.domain.com/",
|
"Authority": "https://ids.domain.com/",
|
||||||
|
|||||||
Reference in New Issue
Block a user