Skip to content

Commit

Permalink
Fix: small issues on environment variable docs (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Feb 22, 2023
2 parents 2bf3160 + cbff7d4 commit db9ebfb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/configuration/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ Comma-separated list of hosts which are trusted origins for unsafe requests (e.g

!!! warning "Deployment configuration"

You must change this setting when deploying the app to a non-localhost domain
You must change this setting when deploying the app to a non-localhost domain

Comma-separated list of User-Agent strings which, when present as an HTTP header, should only receive healthcheck responses. Used by our `HealthcheckUserAgent` middleware.
Comma-separated list of User-Agent strings which, when present as an HTTP header, should only receive healthcheck responses. Used by our `HealthcheckUserAgents` middleware.

## Cypress tests

Expand Down Expand Up @@ -183,3 +183,7 @@ Enables [sending events to Sentry](../../deployment/troubleshooting/#error-monit
[`environment` config value](https://docs.sentry.io/platforms/python/configuration/options/#environment)

Segments errors by which deployment they occur in. This defaults to `local`, and can be set to match one of the [environment names](../../deployment/infrastructure/#environments).

[app-service-config]: https://docs.microsoft.com/en-us/azure/app-service/configure-common?tabs=portal
[benefits-secrets]: https://github.com/cal-itp/benefits-secrets
[getting-started_create-env]: ../getting-started/README.md#create-an-environment-file

0 comments on commit db9ebfb

Please sign in to comment.