Mercurial > hg > rc1
diff etc/debian-db.php @ 38:ac106d4c8961 default tip
flip /etc/roundcube to point here
author | Charlie Root |
---|---|
date | Sat, 29 Dec 2018 05:39:53 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/debian-db.php Sat Dec 29 05:39:53 2018 -0500 @@ -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 +## Mon, 01 Jan 2018 08:01:59 -0500 +## +## 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='roundcube'; +$dbpass='nescio7 round cube'; +$basepath=''; +$dbname=''; +$dbserver='127.0.0.1'; +$dbport='5433'; +$dbtype='pgsql';