Searched refs:Hostname (Results 1 - 2 of 2) 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}"
/ontohub/lib/extend/action_dispatch/routing/
H A Dpolymorphic_routes.rb39 Hostname.url_authority

Completed in 8 milliseconds