Add config parameter for custom database port

This commit is contained in:
Frederic Guillot
2015-03-05 21:37:57 -05:00
parent 95bac2d7e9
commit 313318a40d
4 changed files with 10 additions and 4 deletions

View File

@@ -40,6 +40,9 @@ define('DB_HOSTNAME', 'localhost');
// Mysql/Postgres database name
define('DB_NAME', 'kanboard');
// Mysql/Postgres custom port (null = default port)
define('DB_PORT', null);
// Enable LDAP authentication (false by default)
define('LDAP_AUTH', false);