dotenv instead of Rails credentials
The deployment is done on a Dokku server. It sets the DATABASE_URL automatically.
This commit is contained in:
parent
85d12b5c77
commit
e4af4c21ae
6 changed files with 12 additions and 17 deletions
|
|
@ -124,9 +124,6 @@ GEM
|
|||
responders
|
||||
warden (~> 1.2.3)
|
||||
dotenv (3.1.7)
|
||||
dotenv-rails (3.1.7)
|
||||
dotenv (= 3.1.7)
|
||||
railties (>= 6.1)
|
||||
down (5.4.2)
|
||||
addressable (~> 2.8)
|
||||
drb (2.2.1)
|
||||
|
|
@ -575,7 +572,7 @@ DEPENDENCIES
|
|||
cssbundling-rails
|
||||
debug
|
||||
devise
|
||||
dotenv-rails
|
||||
dotenv
|
||||
factory_bot_rails
|
||||
fastimage
|
||||
font-awesome-rails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue