fix: update appsettings for production K8s
This commit is contained in:
@@ -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": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user