From 2fde4e8e39a0bb7bd772e8dcf74ddcdeac45305c Mon Sep 17 00:00:00 2001 From: fogelito Date: Tue, 9 Apr 2024 17:51:19 +0300 Subject: [PATCH] revert serviceStatusForDatabases --- app/init.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/init.php b/app/init.php index 36bb2bfe41..9191903554 100644 --- a/app/init.php +++ b/app/init.php @@ -1296,9 +1296,7 @@ App::setResource('console', function () { 'githubEnabled' => true, 'githubSecret' => App::getEnv('_APP_CONSOLE_GITHUB_SECRET', ''), 'githubAppid' => App::getEnv('_APP_CONSOLE_GITHUB_APP_ID', '') - ], - 'serviceStatusForDatabases' => false - ]); + ]]); }, []); App::setResource('dbForProject', function (Group $pools, Database $dbForConsole, Cache $cache, Document $project) {