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:
parent
2190dc39a1
commit
bd71f60af8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue