Elliot Oram
09/08/2020, 11:07 AMconfig.toml
which I point prefect via the env var: PREFECT__USER_CONFIG_PATH="/home/ubuntu/config.toml"
My config.toml looks like (obviously with host name actually filled in):
[server]
[server.ui]
graphql_url = "<host-name>:4200/graphql"
When I prefect server start
and visit host:8080 I get the front page of the ui asking to connect to host:4200/graphql.
Ideally it would be good if this could still be connected automatically using the config.toml
Any advice would be greatly appreciated. Please let me know if you need anymore details I might have missednicholas
09/08/2020, 1:53 PMElliot Oram
09/08/2020, 1:57 PM