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:
parent
eef7147a4d
commit
b8a042edee
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue