From 46825cfffbe8cd2e1713fce7f1c655c483c31fb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 31 May 2017 22:50:18 +0200 Subject: [PATCH] Fixed @tcitworld 's review --- app/config/parameters.yml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: database_path: null database_table_prefix: wallabag_ database_socket: null - # with PostgreSQL and SQLite, you can set "utf8" + # with PostgreSQL and SQLite, you must set "utf8" database_charset: utf8mb4 mailer_transport: smtp -- 2.41.0