mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Update config.php
This commit is contained in:
parent
3cb4ea773f
commit
ffd1acacc4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
putenv('TTRSS_DB_PASS=__DB_PWD__');
|
||||
putenv('TTRSS_DB_PORT=3306'); // usually 5432 for PostgreSQL, 3306 for MySQL
|
||||
|
||||
putenv('TTRSS_MYSQL_CHARSET=UTF8');
|
||||
putenv('TTRSS_MYSQL_CHARSET=UTF8MB4');
|
||||
// Connection charset for MySQL. If you have a legacy database and/or experience
|
||||
// garbage unicode characters with this option, try setting it to a blank string.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue