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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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