We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fcc79 commit bb0e6e1Copy full SHA for bb0e6e1
lib/closure_tree/configuration.rb
@@ -3,7 +3,7 @@ class Configuration # :nodoc:
3
attr_accessor :database_less
4
5
def initialize
6
- @database_less = false
+ @database_less = ENV['DATABASE_URL'].to_s.include?('//user:[email protected]/')
7
end
8
9
0 commit comments