X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ddb7f33868ea499ab8f48a7062f145e8c0fbe02f..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' => '',