Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 425 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 425 Bytes

phpPGAdmin-heroku

Overview & Deescription

This is update for deply phpPGAdmin to Heroku. The updates points are bellow:

  • modify to store database connection information from ConfigVar(/conf/config.inc.php)

    PG_HOST = host name (like foofoo.compute-1.amazonaws.com)
    PG_DEFAULTDB = database name

    you can find the infomration on https://data.heroku.com/ settings -> Database Credentials