mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
revert init
This commit is contained in:
parent
a465c625e9
commit
d293774bfb
1 changed files with 2 additions and 1 deletions
|
|
@ -1296,7 +1296,8 @@ App::setResource('console', function () {
|
|||
'githubEnabled' => true,
|
||||
'githubSecret' => App::getEnv('_APP_CONSOLE_GITHUB_SECRET', ''),
|
||||
'githubAppid' => App::getEnv('_APP_CONSOLE_GITHUB_APP_ID', '')
|
||||
]]);
|
||||
],
|
||||
]);
|
||||
}, []);
|
||||
|
||||
App::setResource('dbForProject', function (Group $pools, Database $dbForConsole, Cache $cache, Document $project) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue