mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Rename default_host to imap_host in a comment
This commit is contained in:
@@ -367,7 +367,7 @@ $config['oauth_login_redirect'] = false;
|
||||
// Register your service at https://console.developers.google.com/
|
||||
// - use https://<your-roundcube-url>/index.php/login/oauth as redirect URL
|
||||
|
||||
// $config['default_host'] = 'ssl://imap.gmail.com';
|
||||
// $config['imap_host'] = 'ssl://imap.gmail.com';
|
||||
// $config['oauth_provider'] = 'google';
|
||||
// $config['oauth_provider_name'] = 'Google';
|
||||
// $config['oauth_client_id'] = "<your-credentials-client-id>";
|
||||
|
||||
Reference in New Issue
Block a user