38
|
1 <?php
|
|
2 ##
|
|
3 ## database access settings in php format
|
|
4 ## automatically generated from /etc/dbconfig-common/roundcube.conf
|
|
5 ## by /usr/sbin/dbconfig-generate-include
|
|
6 ## Mon, 01 Jan 2018 08:01:59 -0500
|
|
7 ##
|
|
8 ## by default this file is managed via ucf, so you shouldn't have to
|
|
9 ## worry about manual changes being silently discarded. *however*,
|
|
10 ## you'll probably also want to edit the configuration file mentioned
|
|
11 ## above too.
|
|
12 ##
|
|
13 $dbuser='roundcube';
|
|
14 $dbpass='nescio7 round cube';
|
|
15 $basepath='';
|
|
16 $dbname='';
|
|
17 $dbserver='127.0.0.1';
|
|
18 $dbport='5433';
|
|
19 $dbtype='pgsql';
|