Update README.md

correct `PROJECTS_HOST` to `PROJECT_HOST`
This commit is contained in:
julescubtree 2018-10-29 14:45:00 -07:00 committed by GitHub
parent eef2e1a814
commit 5ffe31beb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ To stop the process that is making the site available to your web browser (creat
| `API_HOST` | `https://api.scratch.mit.edu` | Hostname for API requests |
| `ASSET_HOST` | `https://assets.scratch.mit.edu` | Hostname for asset requests |
| `BACKPACK_HOST` | `https://backpack.scratch.mit.edu` | Hostname for backpack requests |
| `PROJECTS_HOST` | `https://projects.scratch.mit.edu` | Hostname for project requests |
| `PROJECT_HOST` | `https://projects.scratch.mit.edu` | Hostname for project requests |
| `SENTRY_DSN` | `''` | DSN for Sentry |
| `FALLBACK` | `''` | Pass-through location for old site |
| `GA_TRACKER` | `''` | Where to log Google Analytics data |