Modification : etc/php5/fpm/pool.d/cyclo_www/php-fpm.conf : +curl.so .
[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';