Skip to content

Commit

Permalink
Put dotenv in production
Browse files Browse the repository at this point in the history
Will use .env to load specific env var from productions
  • Loading branch information
skelz0r committed Aug 9, 2023
1 parent 8dd0f1c commit e7e3095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ruby "3.2.0"
gem "carrierwave"
gem "carrierwave-i18n"
gem "devise"
gem "dotenv-rails"
gem "http"
gem "kaminari"
gem "omniauth-oauth2"
Expand All @@ -35,7 +36,6 @@ end

group :development, :test do
gem "brakeman"
gem "dotenv-rails"
gem "byebug"
gem "factory_bot_rails"
gem "guard-rspec", require: false
Expand Down

0 comments on commit e7e3095

Please sign in to comment.