fix: Add port 80 to CMSMSAddress in appsettings.json
All checks were successful
Build and Deploy / build (push) Successful in 2m25s

This commit is contained in:
masoud
2025-12-07 20:56:07 +00:00
parent 5a6dba445b
commit 6392499111

View File

@@ -11,7 +11,7 @@
},
"GrpcChannelOptions": {
"FMSMSAddress": "https://dl.afrino.co",
"CMSMSAddress": "http://cms-svc"
"CMSMSAddress": "http://cms-svc:80"
},
"Authentication": {
"Authority": "https://ids.domain.com/",