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:
parent
d19213d99f
commit
440d750f6b
1 changed files with 3 additions and 3 deletions
|
@ -43,8 +43,8 @@ password = 'password'
|
||||||
engines_hidden = [0,10]
|
engines_hidden = [0,10]
|
||||||
; Buffer data to be written to
|
; Buffer data to be written to
|
||||||
redisbuffer[enabled] = false
|
redisbuffer[enabled] = false
|
||||||
phpfina[data_dir] = '__DATA_DIR__/phpfina/'
|
phpfina[datadir] = '__DATA_DIR__/phpfina/'
|
||||||
phptimeseries[data_dir] = '__DATA_DIR__/phptimeseries/'
|
phptimeseries[datadir] = '__DATA_DIR__/phptimeseries/'
|
||||||
|
|
||||||
; Enable the graph module if you have it installed
|
; Enable the graph module if you have it installed
|
||||||
[interface]
|
[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
|
; git -C /opt/emoncms/modules clone -b 'v5.4.8' --single-branch https://github.com/swiftmailer/swiftmailer.git
|
||||||
[smtp]
|
[smtp]
|
||||||
; Email address to email proccessed input values
|
; Email address to email proccessed input values
|
||||||
;default_emailto = 'root@__DOMAIN__'
|
default_emailto = 'root@__DOMAIN__'
|
||||||
host = "localhost"
|
host = "localhost"
|
||||||
|
|
||||||
; 25, 465, 587
|
; 25, 465, 587
|
||||||
|
|
Loading…
Reference in a new issue