https://prefect.io logo
j

Jeff Kehler

06/15/2022, 7:38 AM
Setting the
apollo_url
under
[server.ui]
in the
.prefect/config.toml
file does not appear to be working. How do I change the host that the UI will call to access the API?
a

Anna Geller

06/15/2022, 11:34 AM
this is how it's supposed to be set - just an example:
Copy code
[server]
endpoint = "<http://localhost:4203/graphql>"

  [server.ui]
    apollo_url = "<http://localhost:4203/graphql>"
22 Views