1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Added database_charset parameter

According to the [doc](http://doc.wallabag.org/en/master/user/parameters.html), it's utf8mb4 for MySQL.
This commit is contained in:
lapineige 2017-02-07 11:52:44 +01:00 committed by GitHub
parent 2190dc39a1
commit bd71f60af8

View file

@ -8,7 +8,8 @@ parameters:
database_path: null
database_table_prefix: null
database_socket: null
database_charset: utf8mb4
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: null