Lon Nix
10/14/2021, 8:55 PMprefect config server.host="<http://blah>"
prefect config server.port="4200"
Zanie
10/14/2021, 9:08 PMexport PREFECT__SERVER__HOST="<http://blah>"
or edit a config.toml file directly.Martin Felder
10/20/2021, 10:01 AMPREFECT_SERVER__HOST
?ui_1 | Missing the PREFECT_SERVER__BASE_URL environment variable. Using default
Zanie
10/20/2021, 3:44 PMPREFECT__SERVER
configures Server interaction from the "prefect" library. PREFECT_SERVER
configures Server internally / from the ui