add custom config file
This commit is contained in:
		
							parent
							
								
									5fd54ae9ad
								
							
						
					
					
						commit
						93ac5d133a
					
				
							
								
								
									
										10
									
								
								src/config.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/config.py
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,10 @@
 | 
			
		||||
# Config section
 | 
			
		||||
# Fill in the next 2 lines if your MQTT server expected authentication
 | 
			
		||||
MQTT_USER=""
 | 
			
		||||
MQTT_PASS=""
 | 
			
		||||
MQTT_HOST="raspberrypi"
 | 
			
		||||
MQTT_PORT=1883
 | 
			
		||||
MQTT_TOPIC="weathersensors/rtl_433"
 | 
			
		||||
MQTT_QOS=0
 | 
			
		||||
DEBUG=False # Change to True to log all MQTT messages
 | 
			
		||||
# End config section
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user