// Apollo Value Configuration const ApolloConfig = { graphql_uri: process.env.API_GRAPHQL_URI, }; export default ApolloConfig;