Skip to content

Commit 3a6181a

Browse files
committed
fix yaml format
1 parent ab42fb0 commit 3a6181a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README-en.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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.
103103
template: default.text.twig # The name file for default template for email body content.
104104
log_file: telereleve.log # The file log
105105
smtp:
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
```

0 commit comments

Comments
 (0)