<?php // the database username $config['db_user'] = 'caterpillar'; // the database username's password $config['db_pass'] = 'hide@address.com@r'; // the name of the database $config['db_name'] = 'caterpillar'; // the ip address or domain/port combination of the host database $config['db_host'] = '192.168.2.102'; ?>