| | |
| | | | Configuration file for database access | |
| | | | | |
| | | | This file is part of the RoundCube Webmail client | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | |
| | | $rcmail_config['db_dsnr'] = ''; |
| | | |
| | | // database backend to use (only db or mdb2 are supported) |
| | | $rcmail_config['db_backend'] = 'mdb2'; |
| | | $rcmail_config['db_backend'] = 'db'; |
| | | |
| | | // maximum length of a query in bytes |
| | | $rcmail_config['db_max_length'] = 512000; // 500K |