fix: Add port 80 to CMSMSAddress in appsettings.json
All checks were successful
Build and Deploy / build (push) Successful in 2m25s
All checks were successful
Build and Deploy / build (push) Successful in 2m25s
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"GrpcChannelOptions": {
|
"GrpcChannelOptions": {
|
||||||
"FMSMSAddress": "https://dl.afrino.co",
|
"FMSMSAddress": "https://dl.afrino.co",
|
||||||
"CMSMSAddress": "http://cms-svc"
|
"CMSMSAddress": "http://cms-svc:80"
|
||||||
},
|
},
|
||||||
"Authentication": {
|
"Authentication": {
|
||||||
"Authority": "https://ids.domain.com/",
|
"Authority": "https://ids.domain.com/",
|
||||||
|
|||||||
Reference in New Issue
Block a user