Skip to content

Instantly share code, notes, and snippets.

@henriqueotogami
Created March 4, 2025 23:16
Exemplo de arquivo de credenciais de segurança - variáveis de ambiente para realizar autenticação no Broker do protocolo MQTT.
MQTT_CLIENT_USERNAME = "your_username"
MQTT_CLIENT_PASSWORD = "your_password"
MQTT_CLIENT_URL = "your_url"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment