Skip to content

Makes integration between Heroku and IncenteevParameterHandler easy

Notifications You must be signed in to change notification settings

fervo/heroku-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

How to use

  1. Require this in your project.
  2. Add "Fervo\\Composer\\HerokuDb\\HerokuDatabase::populateEnvironment", to your composer.json post-install-cmd and post-update-cmd before the Incenteev handler
  3. Add the following to the incenteev-parameters extra section:
"env-map": {
    "database_driver": "DATABASE_DRIVER",
    "database_host": "DATABASE_HOST",
    "database_port": "DATABASE_PORT",
    "database_name": "DATABASE_NAME",
    "database_user": "DATABASE_USER",
    "database_password": "DATABASE_PASSWORD"
}

About

Makes integration between Heroku and IncenteevParameterHandler easy

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages