dotenv instead of Rails credentials

This commit is contained in:
Christoph Haas 2025-04-07 22:21:09 +02:00
parent 52777edb65
commit 85d12b5c77

View file

@ -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'