Merge pull request #719 from wazuh/4.4-add-double-quote

Add Double Quote on password
This commit is contained in:
José Fernández Aguilera
2022-09-12 17:04:35 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ hosts:
url: "https://wazuh.master"
port: 55000
username: wazuh-wui
password: MyS3cr37P450r.*-
password: "MyS3cr37P450r.*-"
run_as: false

View File

@@ -3,5 +3,5 @@ hosts:
url: "https://wazuh.manager"
port: 55000
username: wazuh-wui
password: MyS3cr37P450r.*-
password: "MyS3cr37P450r.*-"
run_as: false