Skip to content

Commit df8cc52

Browse files
Update pages/self-hosting/configuration/index.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent d83a7d7 commit df8cc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/self-hosting/configuration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Langfuse (self-hosted) has extensive configuration options via environment varia
7272
| `LANGFUSE_LOG_PROPAGATED_HEADERS` | | Comma-separated list of HTTP header names to propagate through logs via OpenTelemetry baggage. Header names are case-insensitive and will be normalized to lowercase. Useful for debugging and observability. Example: `x-request-id,x-user-id`. |
7373
| `LANGFUSE_WEBHOOK_WHITELISTED_HOST` | `""` | Comma-separated list of webhook hosts, that will not be validated. Use this for accessing local webhook servers.
7474
| `LANGFUSE_WEBHOOK_WHITELISTED_IPS` | `""` | Comma-separated list of webhook resolved ips, that will not be validated. Use this for accessing local webhook servers.
75-
| `LANGFUSE_WEBHOOK_WHITELISTED_IP_SEGMENTS` | `""` | Comma-separated list of local ip ranges, that are allowed to be used as webhook destinations, eventhough they would normally be forbidden by the security policy. Use CIDR syntax for specifying the ranges.
75+
| `LANGFUSE_WEBHOOK_WHITELISTED_IP_SEGMENTS` | `""` | Comma-separated list of local ip ranges, that are allowed to be used as webhook destinations, even though they would normally be forbidden by the security policy. Use CIDR syntax for specifying the ranges.
7676

7777
### Additional Features
7878

0 commit comments

Comments
 (0)