Environment variables and ApolloServer

Please explain with the example how to associate the Schema registration env vars with the ApolloServer.

APOLLO_KEY=service:xxxxxAPOLLO_GRAPH_ID=xxxxxxAPOLLO_GRAPH_VARIANT=currentAPOLLO_SCHEMA_REPORTING=true

@LubaGmail I don’t entirely follow your question, but if you’re looking for a way to configure Apollo Studio environment variables with Apollo Server, you can set them via the apollo property of the ApolloServer constructor.

Do you have code snippet?