File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ storage:
8181 parameters: # This is the default value. This constains arbitrary array configuration key for the driver.
8282 path: datas.sqlite
8383# Parameters array for the InfluxDB driver :
84- host: localhost
85- port: 8086
86- database: telereleve
84+ host: localhost
85+ port: 8086
86+ database: telereleve
8787# Parameters array for Chain storage driver :
8888 driver: Chain
8989 parameters:
@@ -103,16 +103,16 @@ enable_email: false # By default, the email sending is disabled.
103103template: default.text.twig # The name file for default template for email body content.
104104log_file: telereleve.log # The file log
105105smtp:
106- server: 127.0.0.1
107- port: 25
108- security: null
109- username: null
110- password: null
111- mime: text/plain
112- from:
113- display_name: TeleReleve
114- email: me@localhost
115- to:
116- display_name: Me
117- email: me@localhost
106+ server: 127.0.0.1
107+ port: 25
108+ security: null
109+ username: null
110+ password: null
111+ mime: text/plain
112+ from:
113+ display_name: TeleReleve
114+ email: me@localhost
115+ to:
116+ display_name: Me
117+ email: me@localhost
118118` ` `
You can’t perform that action at this time.
0 commit comments