diff --git a/README.md b/README.md index ecd8223..f43aa0b 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ Configuration options can be specified via environment variables (all are option | `LNCD_TIMEOUT` | `5m` | Timeout duration for connections. | | `LNCD_LIMIT_ACTIVE_CONNECTIONS` | `210` | Maximum number of active connections allowed. | | `LNCD_STATS_INTERVAL` | `1m` | Interval for logging connection pool statistics. | -| `LNCD_DEBUG` | `true` | Flag to enable or disable debug logging. | +| `LNCD_DEBUG` | `false` | Flag to enable or disable debug logging. | | `LNCD_RECEIVER_PORT` | `7167` | Port on which the receiver server listens. | | `LNCD_RECEIVER_HOST` | `0.0.0.0` | Host address on which the receiver server listens. | - +| `LNCD_DEV_UNSAFE_LOG` | `false` | Enable or disable logging of sensitive data. | ## Intended scope