how do I set the graphql endpoint via environment ...
# prefect-server
d
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
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
ty
i think maybe i figured it out...
PREFECT__SERVER__HOST
and
PREFECT__SERVER__PORT