ucsdlib / hifive

An application supporting an Employee Recognition program workflow
MIT License
0 stars 0 forks source link

Refactor db env vars; remove DATABASE_URL #324

Closed mcritchlow closed 5 years ago

mcritchlow commented 5 years ago

Fixes #321

see also: https://github.com/ucsdlib/env-variables/pull/100 for accompanying env-vars PR

Local Checklist

What does this PR do?

We're moving away from using the 'magic' Rails DATABASE_URL in favor of individual database configuration values for PostgreSQL.

This PR removes the environment specific naming convention in the environment variables, such that they can be re-used simply in config/database.yml

Why are we doing this? Any context of related work?

References #301

@ucsdlib/developers - please review