# File lib/rails-installer/databases.rb, line 150
    def self.db_host(installer)
      installer.config['db_host'] || 'localhost'
    end