1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emoncms_ynh.git synced 2024-09-03 18:36:03 +02:00

Update example.settings.ini

This commit is contained in:
Éric Gaspar 2023-12-14 16:54:24 +01:00
parent eef7147a4d
commit b8a042edee

View file

@ -25,7 +25,7 @@ dbtest = true
; Redis Database (used as a cache for improved performance) ; Redis Database (used as a cache for improved performance)
[redis] [redis]
enabled = false enabled = true
; MQTT Used with emoncms_mqtt service to send and receive data over MQTT ; 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" ; If MQTT settings are changed reboot or execute "sudo systemctl restart emoncms_mqtt.service"
@ -58,7 +58,7 @@ feedviewpath = "graph/"
[smtp] [smtp]
; Email address to email proccessed input values ; Email address to email proccessed input values
;default_emailto = 'root@localhost' ;default_emailto = 'root@localhost'
;host = "smtp.gmail.com" host = "localhost"
; 25, 465, 587 ; 25, 465, 587
port = "25" port = "25"
@ -67,9 +67,9 @@ from_name = 'EmonCMS'
; Comment lines below that dont apply ; Comment lines below that dont apply
; ssl, tls ; ssl, tls
;encryption = "ssl" encryption = ""
;username = "yourusername@gmail.com" username = "__APP__"
;password = "yourpassword" password = "__MAIL_PWD__"
[log] [log]
; Log Level: 1=INFO, 2=WARN, 3=ERROR ; Log Level: 1=INFO, 2=WARN, 3=ERROR