Dave Lauer
02/02/2023, 7:14 PMlocalhost
). I've tried to set PREFECT_API_URL
to http://<ipv4 address>:4200/api
using the command prefect config set
but when the Orion server starts it still says 127.0.0.1. I've also tried setting PREFECT_ORION_UI_API_URL
and PREFECT_UI_URL
. I see the correct IP addresses in the ~/.prefect/profiles.toml
file, but regardless when I run prefect orion start
all the addresses are 127.0.0.1. This is on Linux/Ubuntu.Zanie
02/02/2023, 7:30 PMprefect orion start --host 0.0.0.0
PREFECT_ORION_API_HOST
setting as well.Dave Lauer
02/02/2023, 7:41 PMMarkel Flores
02/07/2023, 10:09 AMPREFECT_ORION_API_HOST
, PREFECT_UI_URL
, PREFECT_ORION_UI_API_URL
& PREFECT_API_URL
??