Skip to content

Commit

Permalink
change name of env var in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull committed May 1, 2024
1 parent 6deec8a commit f285da3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ALGOLIA_SEARCH_KEY=
# ALGOLIA_WRITE_KEY=

DRUPAL_ROOT=https://live-mbta.pantheonsite.io
CMS_API_BASE_URL=https://live-mbta.pantheonsite.io
OPEN_TRIP_PLANNER_URL=http://otp2-local.mbtace.com
RECAPTCHA_PUBLIC_KEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
RECAPTCHA_PRIVATE_KEY=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ From a development standpoint, polyfills and code transforms are implemented via
- [Getting Started](#getting-started)
- [Running the Server](#running-the-server)
- [Environment Variables](docs/ENVIRONMENT.md)
- [`CMS_API_BASE_URL`](docs/ENVIRONMENT.md#cms_api_base_url)
- [`MBTA_API_BASE_URL`](docs/ENVIRONMENT.md#mbta_api_base_url)
- [`MBTA_API_KEY`](docs/ENVIRONMENT.md#mbta_api_key)
- [`DRUPAL_ROOT`](docs/ENVIRONMENT.md#drupal_root)
- [`ALGOLIA_APP_ID`, `ALGOLIA_SEARCH_KEY`, and `ALGOLIA_WRITE_KEY`](docs/ENVIRONMENT.md#algolia_app_id-algolia_search_key-and-algolia_write_key)
- [Additional documentation](#additional-resources)

Expand Down
2 changes: 1 addition & 1 deletion docs/ENVIRONMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for development since requests without an API key have a very low rate limit.

## Optional

### `DRUPAL_ROOT`
### `CMS_API_BASE_URL`

The URL for our CMS. You'll need to set this to view any of the static content
on the site.
Expand Down

0 comments on commit f285da3

Please sign in to comment.