|
|
@@ -0,0 +1,18 @@ |
|
|
|
<?php |
|
|
|
## |
|
|
|
## database access settings in php format |
|
|
|
## automatically generated from /etc/dbconfig-common/postfixadmin.conf |
|
|
|
## by /usr/sbin/dbconfig-generate-include |
|
|
|
## |
|
|
|
## 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='{{postfixadmin_mysql_username}}'; |
|
|
|
$dbpass='{{postfixadmin_mysql_password}}'; |
|
|
|
$basepath=''; |
|
|
|
$dbname='{{postfixadmin_mysql_database}}'; |
|
|
|
$dbserver='localhost'; |
|
|
|
$dbport='3306'; |
|
|
|
$dbtype='mysqli'; |