jakerella/usgov-regs

Switch to using DATABASE_URL for DB creds

Open

#38 ouverte le 29 juin 2024

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (0 forks)github user discovery
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.

Guide contributeur