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

Fix settings.ini

This commit is contained in:
Salamandar 2024-07-10 17:14:49 +02:00
parent d19213d99f
commit 440d750f6b

View file

@ -43,8 +43,8 @@ password = 'password'
engines_hidden = [0,10]
; Buffer data to be written to
redisbuffer[enabled] = false
phpfina[data_dir] = '__DATA_DIR__/phpfina/'
phptimeseries[data_dir] = '__DATA_DIR__/phptimeseries/'
phpfina[datadir] = '__DATA_DIR__/phpfina/'
phptimeseries[datadir] = '__DATA_DIR__/phptimeseries/'
; Enable the graph module if you have it installed
[interface]
@ -57,7 +57,7 @@ feedviewpath = "graph/"
; git -C /opt/emoncms/modules clone -b 'v5.4.8' --single-branch https://github.com/swiftmailer/swiftmailer.git
[smtp]
; Email address to email proccessed input values
;default_emailto = 'root@__DOMAIN__'
default_emailto = 'root@__DOMAIN__'
host = "localhost"
; 25, 465, 587