We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb669f commit f4348caCopy full SHA for f4348ca
1 file changed
lib/dotenv.rb
@@ -45,6 +45,4 @@ def replace_newline_character(string)
45
end
46
47
48
-if ENV['RACK_ENV'] == 'development' || ENV['RACK_ENV'] == 'test'
49
- Dotenv.new.load %w[.env.local .env]
50
-end
+Dotenv.new.load %w[.env.local .env]
0 commit comments