I just wanted to know what the specific differentiation is between
environment variables ENV[SOME_VARIABLE]
vs.
Rails 5.2 credentials Rails.application.credentials.some_variable
When should I use one vs. the other? Did the credentials replace the env variables?