Merge pull request #399 from wazuh/fix-default-api-user

Set wazuh-wui as default user for the app
This commit is contained in:
Manuel Gutierrez
2020-11-11 11:46:47 +01:00
committed by GitHub

View File

@@ -3,8 +3,8 @@
wazuh_url="${WAZUH_API_URL:-https://wazuh}"
wazuh_port="${API_PORT:-55000}"
api_username="${API_USERNAME:-wazuh}"
api_password="${API_PASSWORD:-wazuh}"
api_username="${API_USERNAME:-wazuh-wui}"
api_password="${API_PASSWORD:-wazuh-wui}"
kibana_config_file="/usr/share/kibana/optimize/wazuh/config/wazuh.yml"