mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-01 20:43:44 +00:00
doble quote for 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