Method: Mutx::Support::Configuration.hostname

Defined in:
lib/mutx/support/configuration.rb

.hostnameObject



50
51
52
# File 'lib/mutx/support/configuration.rb', line 50

def self.hostname
  @@input['app_name'] || 'localhost'
end