From 3ac0fa1e68481b9f58c8f8f43dc47a4c027f5fbe Mon Sep 17 00:00:00 2001 From: Gregor Martynus Date: Wed, 27 Jun 2018 17:15:14 -0700 Subject: [PATCH] docs(configuration): DISABLE_STATS=true (#578) --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index a90d3164..3a573c06 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -28,6 +28,8 @@ Variable | Sample Value | Required | Description `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. `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).