X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b94b945fb03e21a1997cfe6e50148967586cb26d..refs/pull/2700/head:/app/Config/database.php diff --git a/app/Config/database.php b/app/Config/database.php index ed654ffb9..170666ddb 100644 --- a/app/Config/database.php +++ b/app/Config/database.php @@ -85,6 +85,7 @@ return [ 'database' => 'bookstack-test', 'username' => env('MYSQL_USER', 'bookstack-test'), 'password' => env('MYSQL_PASSWORD', 'bookstack-test'), + 'port' => $mysql_port, 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '',