Kloadut / dokku-pg-plugin

PostgreSQL plugin for Dokku
201 stars 75 forks source link

Add separate database environment variables for host, port, user and password #67

Closed andersem closed 4 years ago

andersem commented 9 years ago

All applications don't recognize the full url, so it would be nice to be able to put the different parts of the database variables together yourself. I've added $DATABASE_HOST, $DATABASE_PORT, $DATABASE_USER and $DATABASE_PASSWORD.

Tested on a dokku box