Switch default API entry to https

This commit is contained in:
Manuel Gutierrez
2020-01-16 16:41:29 +01:00
parent a34dbb04b7
commit 7f7fbd39e1
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# Wazuh Docker Copyright (C) 2019 Wazuh Inc. (License GPLv2)
wazuh_url="${WAZUH_API_URL:-http://wazuh}"
wazuh_url="${WAZUH_API_URL:-https://wazuh}"
wazuh_port="${API_PORT:-55000}"
api_user="${API_USER:-foo}"
api_password="${API_PASS:-bar}"