Enda Peng
04/22/2021, 10:57 PMgraphqlprefect server config > origin.ymllocalhost:8080getting started<http://localhost:4200/graphql>prefect server config --graphql-port 40002 > my-prefect.yml<http://localhost:4200/graphql>, <http://localhost:40002/graphql>, <http://graphql:40002/>, <http://localhost:40002/>/<http://localhost:40002/graphql/>nicholas
nicholas
Enda Peng
04/22/2021, 11:06 PMEnda Peng
04/22/2021, 11:12 PMGRAPHQL_SERVICE_HOST: <http://graphql>
      GRAPHQL_SERVICE_PORT: 4201
      HASURA_API_URL: <http://hasura:3000/v1alpha1/graphql>
      PREFECT_API_HEALTH_URL: <http://graphql:40002/health>
      PREFECT_API_URL: <http://graphql:40002/graphql/>
      PREFECT_SERVER__TELEMETRY__ENABLED: "true"<http://localhost:4200/graphql>GRAPHQL_SERVICE_HOST: <http://graphql>
      GRAPHQL_SERVICE_PORT: 40002
      HASURA_API_URL: <http://hasura:3000/v1alpha1/graphql>
      PREFECT_API_HEALTH_URL: <http://graphql:40002/health>
      PREFECT_API_URL: <http://graphql:40002/graphql/>
      PREFECT_SERVER__TELEMETRY__ENABLED: "true"<http://localhost:4200/graphql>