Method: Mutx::Support::Configuration.db_host

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

.db_hostObject

def self.db_type

@@input["database"]['type'] || 'mongodb'

end



85
86
87
# File 'lib/mutx/support/configuration.rb', line 85

def self.db_host
  @@input["database"]['host'] || 'localhost'
end