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. Move local .env
which is only used for dev anyway
  • Loading branch information
skelz0r committed Aug 10, 2023
1 parent 5cf45a8 commit 643b49d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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 643b49d

Please sign in to comment.