Skip to content

Instantly share code, notes, and snippets.

@yukoss
Created June 15, 2017 12:44
Show Gist options
  • Save yukoss/075c9ec13e68780280fbbbff702f2bad to your computer and use it in GitHub Desktop.
Save yukoss/075c9ec13e68780280fbbbff702f2bad to your computer and use it in GitHub Desktop.
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* Development config overrides & db credentials
*
* Our database credentials and any environment-specific overrides
*
* @package Focus Lab Master Config
* @version 1.1.1
* @author Focus Lab, LLC <dev@focuslabllc.com>
*/
$env_db['hostname'] = 'localhost';
$env_db['username'] = 'root';
$env_db['password'] = 'dev';
$env_db['database'] = 'nethope';
$env_config['webmaster_email'] = 'support@admin.com';
/* End of file config.local.php */
/* Location: ./config/config.local.php */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment