https://prefect.io logo
s

Slackbot

10/13/2021, 7:16 PM
This message was deleted.
n

nicholas

10/13/2021, 7:18 PM
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

Kamal

10/13/2021, 7:20 PM
Thanks
4 Views