Method: Bushido::Platform.host

Defined in:
lib/bushido/platform.rb

.hostObject



24
25
26
27
28
# File 'lib/bushido/platform.rb', line 24

def host
  bushido_port = port ? ":#{port}" : ""
  bushido_host = ENV['BUSHIDO_HOST'] || 'bushi.do'
  "#{protocol}://#{bushido_host}#{bushido_port}"
end