Hi. When i run the command prefect server start --...
# prefect-server
b
Hi. When i run the command prefect server start --expose, the graphql doesnt listen on all interface. It only listens for localhost. What should i do to fix it? Thanks
k
You can set your
config.toml
with:
Copy code
[server]
endpoint = "YOUR_MACHINES_PUBLIC_IP:4200/graphql"
and then this will point to your remote server
b
Thanks
Where, could i find this config, i cant find it in the docs
k
I think here
But this blog might be a better resource. Just a bit outdated on the
--expose
flag
In case you don’t know though, Cloud has 20k task runs for free every month no credit card needed which is more than enough to get started
b
Nice. Thanks