Skip to content

Commit

Permalink
update env var table
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Dec 27, 2024
1 parent 0c1b76e commit ec9cc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec9cc27

Please sign in to comment.