diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-11 21:45:43 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-10-22 13:13:07 +0200 |
commit | b0de88f75dead50385e80e3897dc3913a971b91e (patch) | |
tree | 41a8b4977271e4b7c9cf68ec3747e5993f791182 /app | |
parent | 8c61fd12b1df50d481e9f82c39521cca7b8ad060 (diff) | |
download | wallabag-b0de88f75dead50385e80e3897dc3913a971b91e.tar.gz wallabag-b0de88f75dead50385e80e3897dc3913a971b91e.tar.zst wallabag-b0de88f75dead50385e80e3897dc3913a971b91e.zip |
Use statements & update translation
Diffstat (limited to 'app')
-rw-r--r-- | app/config/parameters.yml.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index a33ea37b..436eeeda 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -20,7 +20,7 @@ parameters: | |||
20 | database_table_prefix: wallabag_ | 20 | database_table_prefix: wallabag_ |
21 | database_socket: null | 21 | database_socket: null |
22 | # with MySQL, use "utf8mb4" if got problem with content with emojis | 22 | # with MySQL, use "utf8mb4" if got problem with content with emojis |
23 | database_charset: utf8 | 23 | database_charset: utf8mb4 |
24 | 24 | ||
25 | mailer_transport: smtp | 25 | mailer_transport: smtp |
26 | mailer_host: 127.0.0.1 | 26 | mailer_host: 127.0.0.1 |