From a44b4c51aea01960ea87c98d37fd1272722d4979 Mon Sep 17 00:00:00 2001 From: Gui-Gos <97973228+Gui-Gos@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:19:42 +0100 Subject: [PATCH] docs: Use localhost instead of VOTRE_IP for API test command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the API password test command to use localhost:55000 instead of VOTRE_IP:55000 for better clarity since the command is executed from the server itself via SSH. This is more consistent with other local testing commands. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- apps/wazuh-runtipi/metadata/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wazuh-runtipi/metadata/description.md b/apps/wazuh-runtipi/metadata/description.md index 7d323c6..43c5a30 100644 --- a/apps/wazuh-runtipi/metadata/description.md +++ b/apps/wazuh-runtipi/metadata/description.md @@ -360,7 +360,7 @@ Si vous utilisez les valeurs par défaut: 4. **Vérifier que le changement est effectif:** ```bash # Tester l'API avec le nouveau mot de passe - curl -k -u wazuh-wui:VOTRE_NOUVEAU_MOT_DE_PASSE https://VOTRE_IP:55000/security/user/authenticate + curl -k -u wazuh-wui:VOTRE_NOUVEAU_MOT_DE_PASSE https://localhost:55000/security/user/authenticate ``` **Résultat attendu:**