Saatvik Ramisetty
11/05/2020, 11:54 PMAgent ID
from the server. A little confused around this. TIA!nicholas
Saatvik Ramisetty
11/06/2020, 3:40 PMnicholas
~/.prefect/config.toml
to point to your remote server's Apollo Server, it'll look something like this:
# ~/.prefect/config.toml
backend="server"
[server]
endpoint="http:<<your_server_public_url>>:4200/graphql"
flow.register(project_name=..)
Saatvik Ramisetty
11/06/2020, 3:45 PM