mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
Add option to accept invalid certificates
This commit is contained in:
@@ -37,7 +37,8 @@ if System.get_env("DISABLE_MQTT") != "true" do
|
||||
host: System.fetch_env!("MQTT_HOST"),
|
||||
username: System.get_env("MQTT_USERNAME"),
|
||||
password: System.get_env("MQTT_PASSWORD"),
|
||||
ssl: System.get_env("MQTT_SSL")
|
||||
tls: System.get_env("MQTT_TLS"),
|
||||
accept_invalid_certs: System.get_env("MQTT_TLS_ACCEPT_INVALID_CERTS")
|
||||
end
|
||||
|
||||
config :logger,
|
||||
|
||||
Reference in New Issue
Block a user