Skip to content

Commit

Permalink
Merge pull request #102 from RyanTimesTen/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
andrewmclagan committed Apr 13, 2022
2 parents 4ca05df + 3b4aad0 commit 82edfa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ Frameworks such as Next allow for some nice defaults such as `.env.local, .env.p
# .env.staging
REACT_APP_API_HOST="api.staging.com"
# .env.production
REACT_APP_API_HOST="api.staging.com"
REACT_APP_API_HOST="api.production.com"
# .env.qa
REACT_APP_API_HOST="api.staging.com"
REACT_APP_API_HOST="api.qa.com"
# .env.integration
REACT_APP_API_HOST="api.staging.com"
REACT_APP_API_HOST="api.integration.com"
# .env.local
REACT_APP_API_HOST="api.example.dev"
# .env
Expand Down

0 comments on commit 82edfa9

Please sign in to comment.