Skip to content

Commit bd98133

Browse files
committed
Merge branch 'migrate_ruby_3.1.0' into develop
2 parents d02e54b + 5c7e0fb commit bd98133

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/application.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
# you've limited to :test, :development, or :production.
1616
Bundler.require(*Rails.groups)
1717

18-
Dotenv::Railtie.load
18+
# Dotenv::Railtie.load
19+
Dotenv::Railtie.load unless Rails.env.production?
1920

2021
module Blog
2122
class Application < Rails::Application

0 commit comments

Comments
 (0)