From 9d19f070de0701d1e00043ba3daa65a3d87a0839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Ere=C3=B1=C3=BA?= <56500015+vcerenu@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:33:20 +1000 Subject: [PATCH] Update docs/ref/configuration/environment-variables.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/ref/configuration/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/configuration/environment-variables.md b/docs/ref/configuration/environment-variables.md index ec5f0e50..4c124fdf 100644 --- a/docs/ref/configuration/environment-variables.md +++ b/docs/ref/configuration/environment-variables.md @@ -86,7 +86,7 @@ environment: - WAZUH_AGENT_NAME=my-agent ``` -These variables are used by the `set_manager_conn()` function in the entrypoint script to replace placeholder values in `ossec.conf` and set the enrollment password. +These variables are used by the `set_manager_conn()` function in the entrypoint script to replace placeholder values in `ossec.conf`. ---