dotenv instead of Rails credentials
This commit is contained in:
parent
52777edb65
commit
85d12b5c77
1 changed files with 5 additions and 0 deletions
5
Gemfile
5
Gemfile
|
|
@ -162,3 +162,8 @@ gem 'bzip2-ffi'
|
|||
# gem "dartsass-rails", "~> 0.5.1"
|
||||
|
||||
gem 'rails-healthcheck'
|
||||
|
||||
# .env files are used for credentials because the deployment system
|
||||
# (Dokku) uses environment variables to specify the database connection string
|
||||
# https://github.com/bkeepers/dotenv
|
||||
gem 'dotenv'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue