########################################## # Temperature_Configuration # ########################################## low = "-300" high = "3000" ########################################## # MySQL_Configuration # ########################################## servername = "localhost" username = "pi" password = "Temp314" dbname = "sensors" ########################################## # Email_Configuration # ########################################## send_address = "sullichr@gmail.com" recv_address = "sullichr@gmail.com" smtp_login = "sullichr@gmail.com" smtp_pass = "" smtp_server = "smtp.gmail.com" smtp_port = "587"