]> git.donarmstrong.com Git - roundcube.git/blobdiff - config/db.inc.php.dist
Imported Upstream version 0.1~rc1~dfsg
[roundcube.git] / config / db.inc.php.dist
index f9d3b2dabfbe36621dd6d04223d0082460d2d625..895aa45f23e6a81a25e5bc865fc90b955d4c19df 100644 (file)
@@ -5,7 +5,7 @@
  | Configuration file for database access                                |
  |                                                                       |
  | This file is part of the RoundCube Webmail client                     |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland                      |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 |
  | Licensed under the GNU GPL                                            |
  |                                                                       |
  +-----------------------------------------------------------------------+
@@ -16,7 +16,7 @@ $rcmail_config = array();
 
 // PEAR database DSN for read/write operations
 // format is db_provider://user:password@host/databse
-// currentyl suported db_providers: mysql, sqlite
+// currentyl suported db_providers: mysql, pgsql, sqlite
 
 $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
 // postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail';