https://prefect.io logo
d

Dana Merrick

03/03/2021, 9:19 PM
how do I set the graphql endpoint via environment variable? right now I see:
Copy code
Couldn't connect to Prefect Server at <https://localhost:4201/graphql>
but I would like to change that
a

Amanda Wee

03/03/2021, 9:29 PM
The env var should be
PREFECT_API_URL
according to this: https://github.com/PrefectHQ/prefect/blob/master/src/prefect/cli/docker-compose.yml
d

Dana Merrick

03/03/2021, 9:30 PM
ty
i think maybe i figured it out...
PREFECT__SERVER__HOST
and
PREFECT__SERVER__PORT
2 Views