From b8a042edee3c400531779f55ba11d80c7c4b67e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:54:24 +0100 Subject: [PATCH] Update example.settings.ini --- conf/example.settings.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/example.settings.ini b/conf/example.settings.ini index 00bf2c4..74de6c8 100644 --- a/conf/example.settings.ini +++ b/conf/example.settings.ini @@ -25,7 +25,7 @@ dbtest = true ; Redis Database (used as a cache for improved performance) [redis] -enabled = false +enabled = true ; MQTT Used with emoncms_mqtt service to send and receive data over MQTT ; If MQTT settings are changed reboot or execute "sudo systemctl restart emoncms_mqtt.service" @@ -58,7 +58,7 @@ feedviewpath = "graph/" [smtp] ; Email address to email proccessed input values ;default_emailto = 'root@localhost' -;host = "smtp.gmail.com" +host = "localhost" ; 25, 465, 587 port = "25" @@ -67,9 +67,9 @@ from_name = 'EmonCMS' ; Comment lines below that dont apply ; ssl, tls -;encryption = "ssl" -;username = "yourusername@gmail.com" -;password = "yourpassword" +encryption = "" +username = "__APP__" +password = "__MAIL_PWD__" [log] ; Log Level: 1=INFO, 2=WARN, 3=ERROR