Method: Mutx::Support::Configuration.db_connection_data

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

.db_connection_dataObject



101
102
103
104
105
106
107
108
# File 'lib/mutx/support/configuration.rb', line 101

def self.db_connection_data
  {
    :host => self.db_host,
    :port => self.db_port,
    :username => self.db_username,
    :pass => self.db_pass
  }
end