/ PyPortal_User_Interface / secrets.py
secrets.py
1 # SPDX-FileCopyrightText: 2020 Anne Barela for Adafruit Industries 2 # 3 # SPDX-License-Identifier: MIT 4 5 secrets = { 6 'ssid' : '_your_wifi_ssid_', 7 'password' : '_your_wifi_password_', 8 'broker' : '_your_mqtt_broker_url_or_ip', 9 'user' : '_your_mqtt_broker_username_', 10 'pass' : '_your_mqtt_broker_password_' 11 }