Hi All, Orion query, I tried setting the PREFECT_O...
# ask-community
v
Hi All, Orion query, I tried setting the PREFECT_ORION_API_HOST and PREFECT_ORION_API_PORT with the assumption that it would override the UI host and port. Though when I run command "prefect orion start", I can see it is starting on local host and port 4200. Am I doing something wrong?
k
Hey @Vipul, is this for local execution or are you intending to connect to Orion from a different machine?
a
@Vipul additionally to Kevin’s question: where did you find that information that you can set the host and port this way? I could only find that you can set a database via env variable:
Copy code
export PREFECT_ORION_DATABASE_CONNECTION_URL="sqlite+aiosqlite:////full/path/to/a/location/orion.db"
v
@Kevin Kho Yes I intend to connect UI from other machine
k
This is not ready yet for Orion cuz there is only local storage so far
upvote 1
a
@Vipul based on this thread, the assumption is that for now all services are running on the same machine, but this will change as Orion development progresses
v
Thanks @Anna Geller & @Kevin Kho
BTW @Anna Geller your post on the medium are really good
a
thank you very much!
v
@Anna Geller Just trying to catch-up if all the services in the Orion should still run on the same machine as last time I could not view the UI outside of the linux server
a
Yup, they are still tightly coupled within a single package. We usually announce any large releases such as Orion releases via the announcement channel. Are you in this Slack channel? This way, you can stay up to date on that.