cartodb-4.29/spec/support/hostname.rb

8 lines
116 B
Ruby
Raw Normal View History

2020-06-15 10:58:47 +08:00
module Cartodb
def self.hostname
"http://#{Cartodb.config[:session_domain].gsub(/^\./,'')}:53716"
end
end