mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +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,
|
'githubEnabled' => true,
|
||||||
'githubSecret' => App::getEnv('_APP_CONSOLE_GITHUB_SECRET', ''),
|
'githubSecret' => App::getEnv('_APP_CONSOLE_GITHUB_SECRET', ''),
|
||||||
'githubAppid' => App::getEnv('_APP_CONSOLE_GITHUB_APP_ID', '')
|
'githubAppid' => App::getEnv('_APP_CONSOLE_GITHUB_APP_ID', '')
|
||||||
],
|
]]);
|
||||||
'serviceStatusForDatabases' => false
|
|
||||||
]);
|
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
App::setResource('dbForProject', function (Group $pools, Database $dbForConsole, Cache $cache, Document $project) {
|
App::setResource('dbForProject', function (Group $pools, Database $dbForConsole, Cache $cache, Document $project) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue