Hi everyone! I'm pretty new to Prefect and evaluating it for use at my company. It would be preferable to run the UI and server on our own infrastructure, and I'm trying to get it to run on AWS. Currently I've set it up and can see the ui and in Postman I can reach the API.
The UI wants to connect to localhost:4200, even though the api runs on AWS. I've changed the PREFECT_SERVER__APOLLO__URL to the right URL, but that doesn't seem to work like it should. In the UI at cloud.prefect.io I only can choose between cloud and localhost. Is there a way to deploy this to our own servers?
Edit: Nevermind, I should read the docs better