Ajout : roundcube.
[lhc/ateliers.git] / etc / roundcube / debian-db.php
1 <?php
2 $dbuser='roundcube';
3 $dbpass='';
4 $basepath='';
5 $dbname='roundcube';
6 $dbserver='unix(/run/postgresql)';
7 $dbport='';
8 $dbtype='pgsql';