From 440d750f6ba137ca2d40e1f579593b3ca2e97891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 10 Jul 2024 17:14:49 +0200 Subject: [PATCH] Fix settings.ini --- conf/example.settings.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/example.settings.ini b/conf/example.settings.ini index e983c13..db58b48 100644 --- a/conf/example.settings.ini +++ b/conf/example.settings.ini @@ -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