fix: update CMSMSAddress in appsettings for correct service URL
Build and Deploy to Production / build-and-deploy (push) Successful in 1m46s

This commit is contained in:
masoodafar-web
2025-12-25 18:50:53 +03:30
parent 0364749342
commit e35ad0ebfb
+1 -1
View File
@@ -10,7 +10,7 @@
}
},
"GrpcChannelOptions": {
"CMSMSAddress": "http://cms-svc:8080",
"CMSMSAddress": "http://cms-svc",
"PYMSMSAddress": "https://ipg.afrino.co"
},
"CmsSignalR": {