docs(configuration): DISABLE_STATS=true (#578)

This commit is contained in:
Gregor Martynus 2018-06-27 17:15:14 -07:00 committed by Brandon Keepers
parent 73ac539f45
commit 3ac0fa1e68
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ Variable | Sample Value | Required | Description
`WEBHOOK_PATH` | '/webhook' | Optional | The URL path which will recieve webhooks. By default, this is `'/'`. `WEBHOOK_PATH` | '/webhook' | Optional | The URL path which will recieve webhooks. By default, this is `'/'`.
`SENTRY_DSN` | 'https://user:pw@sentry.io/1234' | Optional | Logs all errors to [Sentry](https://sentry.io/) for error tracking. `SENTRY_DSN` | 'https://user:pw@sentry.io/1234' | Optional | Logs all errors to [Sentry](https://sentry.io/) for error tracking.
`LOG_FORMAT` | json | Optional | By default, logs are formatted for readability in development. If you intend to drain logs to a logging service, use this option. `LOG_FORMAT` | json | Optional | By default, logs are formatted for readability in development. If you intend to drain logs to a logging service, use this option.
`DISABLE_STATS` | true | Optional | Disable requests to retrieve installation statistics. Recommended for local development.
For more information on the formatting conventions and rules of `.env` files, check out [the npm `dotenv` module's documentation](https://www.npmjs.com/package/dotenv#rules). For more information on the formatting conventions and rules of `.env` files, check out [the npm `dotenv` module's documentation](https://www.npmjs.com/package/dotenv#rules).