mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: add google oauth provider to console project
This commit is contained in:
@@ -46,7 +46,10 @@ $console = [
|
||||
'oAuthProviders' => [
|
||||
'githubEnabled' => true,
|
||||
'githubSecret' => System::getEnv('_APP_CONSOLE_GITHUB_SECRET', ''),
|
||||
'githubAppid' => System::getEnv('_APP_CONSOLE_GITHUB_APP_ID', '')
|
||||
'githubAppid' => System::getEnv('_APP_CONSOLE_GITHUB_APP_ID', ''),
|
||||
'googleEnabled' => true,
|
||||
'googleSecret' => System::getEnv('_APP_CONSOLE_GOOGLE_SECRET', ''),
|
||||
'googleAppid' => System::getEnv('_APP_CONSOLE_GOOGLE_APP_ID', ''),
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user