Aaron Ash
03/10/2022, 5:05 AMprefect server create-tenant ...
to use a different apollo endpoint via environment variables or cli args? It defaults to <http://localhost:4200/graphql>
but I'm attempting to run this in a docker-compose file and need to use a different hostname than localhostKevin Kho
Aaron Ash
03/10/2022, 5:15 AMAaron Ash
03/10/2022, 5:16 AMPREFECT_SERVER__ENDPOINT="host:4200/graphql" prefect server create-tenant ...
something like this?Kevin Kho
export PREFECT__SERVER__ENDPOINT=...
Aaron Ash
03/10/2022, 5:21 AM