forked from wazuh/wazuh-docker
Merge pull request #719 from wazuh/4.4-add-double-quote
Add Double Quote on password
This commit is contained in:
@@ -3,5 +3,5 @@ hosts:
|
|||||||
url: "https://wazuh.master"
|
url: "https://wazuh.master"
|
||||||
port: 55000
|
port: 55000
|
||||||
username: wazuh-wui
|
username: wazuh-wui
|
||||||
password: MyS3cr37P450r.*-
|
password: "MyS3cr37P450r.*-"
|
||||||
run_as: false
|
run_as: false
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ hosts:
|
|||||||
url: "https://wazuh.manager"
|
url: "https://wazuh.manager"
|
||||||
port: 55000
|
port: 55000
|
||||||
username: wazuh-wui
|
username: wazuh-wui
|
||||||
password: MyS3cr37P450r.*-
|
password: "MyS3cr37P450r.*-"
|
||||||
run_as: false
|
run_as: false
|
||||||
|
|||||||
Reference in New Issue
Block a user