Allow overriding of Opencast service hosts to enable things to work when Opencast is behind load balancers. In this situation, the endpoints returned by the services' endpoint are correct for internal OC communication, but not correct when access from the CAs.
This patch allows you to override services to point at external load balancers.
Allow overriding of Opencast service hosts to enable things to work when Opencast is behind load balancers. In this situation, the endpoints returned by the services' endpoint are correct for internal OC communication, but not correct when access from the CAs.
This patch allows you to override services to point at external load balancers.
This is a simplification of #456