From 9ae0515c8734f3374f6150a3828521c27305fab9 Mon Sep 17 00:00:00 2001 From: hengfeiyang Date: Mon, 1 Jun 2026 16:13:13 +0800 Subject: [PATCH] docs: add ZO_CORS_ALLOWED_ORIGINS environment variable Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/administration/configuration/environment-variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/administration/configuration/environment-variables.md b/docs/administration/configuration/environment-variables.md index 53596923..ecfcaf02 100644 --- a/docs/administration/configuration/environment-variables.md +++ b/docs/administration/configuration/environment-variables.md @@ -48,6 +48,7 @@ In high-load environments, alerts or reports might run large, resource-intensive | ZO_GRPC_CONNECT_TIMEOUT | 5 | Timeout in seconds for connecting to the gRPC server. | | ZO_ROUTE_TIMEOUT | 600 | Timeout value for the router node in seconds. | | ZO_ROUTE_MAX_CONNECTIONS | 1024 | Sets the maximum number of simultaneous connections per type of scheme for the Router node role. | +| ZO_CORS_ALLOWED_ORIGINS | | Comma-separated list of origins allowed to make cross-origin (CORS) requests to the OpenObserve server. When empty, all origins are allowed. Example: `https://app.example.com,https://admin.example.com`. | ## Data Storage and Directories