Database Authentication Info Through An Existing File

Hi all,

I’m not very easy with the way to write database authentication in the config/main.php because my server has already a PGPASS file (http://www.postgresql.org/docs/9.2/static/libpq-pgpass.html) which contains already all these info and I don’t really like the fact to have same authentication info at different places. Postgresql uses this file for any application wishing to connect database. So it would be cool to have possibility to use a file for database authentication instead of write them in plain language.

Maybe it’s already possible ?