Ajout : roundcube.
[lhc/ateliers.git] / etc / roundcube / debian-db.php
diff --git a/etc/roundcube/debian-db.php b/etc/roundcube/debian-db.php
new file mode 100644 (file)
index 0000000..cf9f253
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+$dbuser='roundcube';
+$dbpass='';
+$basepath='';
+$dbname='roundcube';
+$dbserver='unix(/run/postgresql)';
+$dbport='';
+$dbtype='pgsql';