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

/ontohub/config/initializers/
H A Dhostname.rb3 module Hostname module
39 Ontohub::Application.config.fqdn = Hostname.fqdn
40 Ontohub::Application.config.port = Hostname.port
41 Ontohub::Application.routes.default_url_options[:host] = Hostname.fqdn
42 if Hostname.port
43 Ontohub::Application.routes.default_url_options[:host] << ":#{Hostname.port}"

Completed in 23 milliseconds