dunglas / dunglas/api-platform-heroku
DATABASE_URL is not available when pushing with app.json
Open
- Dominant language
- PHP
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
I see that you have a heroku addon on the app.json, but when pushing to heroku, it was saying that DATABASE_URL was not available anyway. So I had to install it with:
```
heroku addons:create heroku-postgresql:hobby-dev
```
After that, that error stopped happening.
Contributor guide
Assessment
This issue has not been assessed yet.