revert serviceStatusForDatabases

This commit is contained in:
fogelito 2024-04-09 17:51:19 +03:00
parent 2bbff0e0b6
commit 2fde4e8e39

View file

@ -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) {