diff espNode/bed.yaml @ 1739:28a3e35bc23f

mqtt server & options
author drewp@bigasterisk.com
date Fri, 01 Sep 2023 17:12:06 -0700
parents c480732442ec
children
line wrap: on
line diff
--- a/espNode/bed.yaml	Fri Sep 01 17:11:22 2023 -0700
+++ b/espNode/bed.yaml	Fri Sep 01 17:12:06 2023 -0700
@@ -8,14 +8,11 @@
 wifi:
   ssid: !secret wifi_ssid
   password: !secret wifi_password
-  domain: ''
 
 mqtt:
-  broker: '10.2.0.1'
+  broker: "mqtt2.bigasterisk.com"
   port: 1883
-  username: ''
-  password: ''
-  
+
 logger:
   baud_rate: 115200
   level: DEBUG