mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
add MySQL port
This commit is contained in:
parent
7eb730cb3a
commit
c475a9dd6b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
define('DB_USER', "__DBNAME__");
|
define('DB_USER', "__DBNAME__");
|
||||||
define('DB_NAME', "__DBNAME__");
|
define('DB_NAME', "__DBNAME__");
|
||||||
define('DB_PASS', "__DBPWD__");
|
define('DB_PASS', "__DBPWD__");
|
||||||
define('DB_PORT', ''); // usually 5432 for PostgreSQL, 3306 for MySQL
|
define('DB_PORT', '3306'); // usually 5432 for PostgreSQL, 3306 for MySQL
|
||||||
|
|
||||||
define('MYSQL_CHARSET', 'UTF8');
|
define('MYSQL_CHARSET', 'UTF8');
|
||||||
// Connection charset for MySQL. If you have a legacy database and/or experience
|
// Connection charset for MySQL. If you have a legacy database and/or experience
|
||||||
|
|
Loading…
Reference in a new issue