cartodb-4.42/spec/support/hostname.rb

8 lines
116 B
Ruby
Raw Normal View History

2024-04-06 13:25:13 +08:00
module Cartodb
def self.hostname
"http://#{Cartodb.config[:session_domain].gsub(/^\./,'')}:53716"
end
end