Skip to content

Commit

Permalink
Merge pull request apollographql#189 from apollographql/sb/consistent…
Browse files Browse the repository at this point in the history
…-apollo-key

Replace ENGINE_API_KEY with newer APOLLO_KEY
  • Loading branch information
Stephen Barlow committed Dec 17, 2020
2 parents 7832368 + c8e6d4d commit b25df2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion final/client/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ENGINE_API_KEY=
APOLLO_KEY=
2 changes: 1 addition & 1 deletion final/server/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENGINE_API_KEY=
APOLLO_KEY=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_S3_BUCKET=
2 changes: 1 addition & 1 deletion start/client/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ENGINE_API_KEY=
APOLLO_KEY=
2 changes: 1 addition & 1 deletion start/server/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ENGINE_API_KEY=
APOLLO_KEY=

0 comments on commit b25df2e

Please sign in to comment.