summaryrefslogtreecommitdiff
path: root/templates/virtual/roundcube/debian-db.php.erb
blob: 96d13484a3d80643640cd5525b9101c2234dbe5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
##
## database access settings in php format
## automatically generated from /etc/dbconfig-common/roundcube.conf
## by /usr/sbin/dbconfig-generate-include
## Thu, 02 Jun 2016 12:40:20 -0300
##
## by default this file is managed via ucf, so you shouldn't have to
## worry about manual changes being silently discarded.  *however*,
## you'll probably also want to edit the configuration file mentioned
## above too.
##
$dbuser='mail';
$dbpass='<%= web_db_pass %>';
$basepath='';
$dbname='mail';
$dbserver='';
$dbport='';
$dbtype='mysql';