Change default config for embedded Mosquitto use.
This commit is contained in:
		
							parent
							
								
									d4cca4cd08
								
							
						
					
					
						commit
						cc99b21759
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -20,11 +20,11 @@ map:
 | 
			
		|||
  - config:rw
 | 
			
		||||
options:
 | 
			
		||||
  db: "host=77b2833f-timescaledb user=postgres port=5432 password=homeassistant dbname=p1_logger sslmode=disable"
 | 
			
		||||
  mqtt_broker: "tls://mqtt.example.org:8883"
 | 
			
		||||
  mqtt_broker: "tcp://core-mosquitto:1883"
 | 
			
		||||
  mqtt_topic: "p1/metrics"
 | 
			
		||||
  mqtt_user: "your_username"
 | 
			
		||||
  mqtt_password: "your_password"
 | 
			
		||||
  timescaledb: "true"
 | 
			
		||||
  mqtt_user: "p1_logger"
 | 
			
		||||
  mqtt_password: null
 | 
			
		||||
  timescaledb: true
 | 
			
		||||
  log_level: "INFO"
 | 
			
		||||
  timezone: "Europe/Amsterdam"
 | 
			
		||||
schema:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue