docs: Use localhost instead of VOTRE_IP for API test command
Some checks failed
Test / test (push) Has been cancelled
Renovate / renovate (push) Has been cancelled

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 <noreply@anthropic.com>
This commit is contained in:
Gui-Gos
2026-01-05 11:19:42 +01:00
parent e73b07e2ca
commit a44b4c51ae

View File

@@ -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:**