Hi folks, Wondering if there's a simple way to reg...
# prefect-server
l
Hi folks, Wondering if there's a simple way to register flows remotely when using prefect server? (no cloud option in this environment, unfortunately)
k
What is the problem you face? You can point the local machine to the remote GraphQL API endpoint and then registration will be against the server
1
upvote 1
Just add this to the config.toml
Copy code
[server]
endpoint = "YOUR_MACHINES_PUBLIC_IP:4200/graphql"
1