add sample configuration for user backends

This commit is contained in:
Robin Appelman 2012-11-24 20:45:53 +01:00
parent f81321af3d
commit ffd14dfd09
1 changed files with 6 additions and 0 deletions

View File

@ -119,4 +119,10 @@ $CONFIG = array(
'writable' => true,
),
),
'user_backends'=>array(
array(
'class'=>'OC_User_IMAP',
'arguments'=>array('{imap.gmail.com:993/imap/ssl}INBOX')
)
)
);