Mercurial > hg > rc1
comparison etc/debian-db.php @ 38:ac106d4c8961
flip /etc/roundcube to point here
| author | Charlie Root |
|---|---|
| date | Sat, 29 Dec 2018 05:39:53 -0500 |
| parents | |
| children | 3ea4a836c377 |
comparison
equal
deleted
inserted
replaced
| 37:96515de44ecf | 38:ac106d4c8961 |
|---|---|
| 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'; |
