Matthew Perry
04/23/2020, 8:40 PMserver1
. When I access the page at <http://server1:8080>
it starts making network calls to the graphql backend at <http://localhost:4200>
. Surely this is configurable but I can't seem to find out where. Here's what I've tried so far:
• editing service.ui.graphql_url
in my ~/.prefect/config.toml on server1
• creating a new env and setting environments.server1.services_host
to server1
• exporting PREFECT_SERVER__GRAPHQL_URL="<http://server1:4200>"
I must be missing something obvious here. Any ideas?nicholas
server.ui.graphql_url
instead of service
, so the config.toml
would look something like this (excuse the spacing):
[server]
[server.ui]
graphql_url = "<http://server1:4200>"
nicholas
prefect server start
)Matthew Perry
04/23/2020, 8:46 PMservices
nicholas
Matthew Perry
04/23/2020, 8:49 PMnicholas
Matthew Perry
04/23/2020, 8:49 PMnicholas
nicholas
Matthew Perry
04/23/2020, 8:52 PMnicholas
Matthew Perry
04/23/2020, 9:33 PMPREFECT__SERVER__GRAPHQL_URL
nicholas