summaryrefslogtreecommitdiff
path: root/templates/virtual/roundcube/debian-db.php.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/virtual/roundcube/debian-db.php.erb')
-rw-r--r--templates/virtual/roundcube/debian-db.php.erb19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/virtual/roundcube/debian-db.php.erb b/templates/virtual/roundcube/debian-db.php.erb
index e69de29..96d1348 100644
--- a/templates/virtual/roundcube/debian-db.php.erb
+++ b/templates/virtual/roundcube/debian-db.php.erb
@@ -0,0 +1,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';