diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-05-31 22:50:18 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-05-31 22:50:18 +0200 |
commit | 46825cfffbe8cd2e1713fce7f1c655c483c31fb8 (patch) | |
tree | 92d6bafd5c704b9e35a841055b59deed90ec844b /app/config | |
parent | 7d5e84fec18b4edb2d8ce293c2b7c9e1e28afb78 (diff) | |
download | wallabag-46825cfffbe8cd2e1713fce7f1c655c483c31fb8.tar.gz wallabag-46825cfffbe8cd2e1713fce7f1c655c483c31fb8.tar.zst wallabag-46825cfffbe8cd2e1713fce7f1c655c483c31fb8.zip |
Fixed @tcitworld 's review
Diffstat (limited to 'app/config')
-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 c867aa6d..dfb33489 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist | |||
@@ -20,7 +20,7 @@ parameters: | |||
20 | database_path: null | 20 | database_path: null |
21 | database_table_prefix: wallabag_ | 21 | database_table_prefix: wallabag_ |
22 | database_socket: null | 22 | database_socket: null |
23 | # with PostgreSQL and SQLite, you can set "utf8" | 23 | # with PostgreSQL and SQLite, you must set "utf8" |
24 | database_charset: utf8mb4 | 24 | database_charset: utf8mb4 |
25 | 25 | ||
26 | mailer_transport: smtp | 26 | mailer_transport: smtp |