https://prefect.io logo
Title
b

Brandon Roldan

02/27/2022, 11:05 PM
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

Kevin Kho

02/27/2022, 11:08 PM
You can set your
config.toml
with:
[server]
endpoint = "YOUR_MACHINES_PUBLIC_IP:4200/graphql"
and then this will point to your remote server
b

Brandon Roldan

02/27/2022, 11:09 PM
Thanks
Where, could i find this config, i cant find it in the docs
k

Kevin Kho

02/27/2022, 11:13 PM
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

Brandon Roldan

02/27/2022, 11:39 PM
Nice. Thanks