We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Save DATABASE_URL to .bash_profile.
Replace user, password, localhost, database.
echo 'export DATABASE_URL=postgres://user:password@localhost:5432/database' >>~/.bash_profile
heroku addons:add heroku-postgresql:dev
There was an error while loading. Please reload this page.