Good First IssueHelp WantedLoE LowPriority High
Métriques du dépôt
- Stars
- (2 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Any time Heroku changes the DB (upgrades) the creds change. The system automatically updates the DATABASE_URL env var, but the app uses the split out env vars for the various DB connection elements.
This issue is to switch the app to using the entire DB connection URL (including possibly parsing it) and no longer using individual pieces from the env vars to ensure no loss of service after DB upgrades or changes.