Lines Matching defs:port
1 # Compute hostname and port from the hostname in the Settings.
28 def self.port
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
42 if Hostname.port
43 Ontohub::Application.routes.default_url_options[:host] << ":#{Hostname.port}"