первый коммит
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# настройки Wi-Fi
|
||||
WIFI_SSID = "My ssid"
|
||||
WIFI_PASSWORD = "supersecret-password-228"
|
||||
|
||||
# настройки вебсокета
|
||||
WSS_HOST = "mqtt.mydamain.com"
|
||||
WSS_PATH = "/mqtt"
|
||||
|
||||
# настройки авторизации
|
||||
MQTT_USER = "mqtt_user"
|
||||
MQTT_PASSWORD = "supersecret-mqtt"
|
||||
|
||||
Reference in New Issue
Block a user