Vikram Iyer
07/27/2020, 5:45 AMPREFECT_SERVER__GRAPHQL_URL
is set to http://localhost:4200/graphql but I want to change it some other URL. How can I achieve this?nicholas
07/27/2020, 2:53 PM~/.prefect/config,toml
(on whichever machine you're hosting Prefect Server) to look like this:
[server]
[server.ui]
graphql_url = "<http://YOUR_MACHINES_PUBLIC_IP:4200/graphql>"
Vikram Iyer
07/27/2020, 5:08 PMapollo
server's container?
Something like, (containers are in the same network)
[server]
[server.ui]
graphql_url = "<http://apollo-container:4200/graphql>"
nicholas
07/27/2020, 5:12 PMVikram Iyer
07/27/2020, 5:23 PMnicholas
07/27/2020, 5:25 PMVikram Iyer
07/28/2020, 5:34 AMnicholas
07/30/2020, 2:03 PM