This message was deleted.
# prefect-ui
s
This message was deleted.
n
Hi @Kamal - you’ll want to set this in your local
~/.prefect/config.toml
:
Copy code
[server]
  host = "http://<server endpoint>"
where the server endpoint is the url + port (defaults to 4200) +
/graphql
And then call
prefect backend server
before registering flows
k
Thanks