Rails Multi Environment Credentials
https://www.lukeko.com/11/rails-multi-environment-credentials 0- I ended up deleting
master.key
andcredentials.yml.enc
since I'd rather use development and production specific keys and credentials per below
EDITOR="mate --wait" bin/rails credentials:edit --environment=development
then
rails credentials:show --environment=development
https://iprog.com/posting/2019/05/rails-6-multi-environment-credentials
- Credentials added to global file config/credentials.yml.enc will not be loaded in environments which have their own environment specific credentials file
https://blog.bigbinary.com/2019/07/03/rails-6-adds-support-for-multi-environment-credentials.html