mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
revert serviceStatusForDatabases
This commit is contained in:
parent
2bbff0e0b6
commit
2fde4e8e39
1 changed files with 1 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue