Searched defs:port (Results 1 - 1 of 1) sorted by relevance

/ontohub/config/initializers/
H A Dhostname.rb1 # Compute hostname and port from the hostname in the Settings.
28 def self.port singleton method in class:Hostname
33 port = Ontohub::Application.config.port
34 port = ":#{port}" if port
35 "#{scheme}://#{Ontohub::Application.config.fqdn}#{port}"
40 Ontohub::Application.config.port = Hostname.port
[all...]

Completed in 24 milliseconds