Skip to content

Commit

Permalink
changed db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Yasinsky committed Jul 19, 2013
1 parent 93cd003 commit 9b9a73a
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE;

$db['development_app']['hostname'] = "dashboard.helppain.net";
$db['development_app']['username'] = "dashboard";
$db['development_app']['password'] = "dashboard#1";
$db['development_app']['database'] = "dashboard";
$db['development_app']['dbdriver'] = "mysql";
$db['development_app']['dbprefix'] = "";
$db['development_app']['pconnect'] = FALSE;
$db['development_app']['db_debug'] = TRUE;
$db['development_app']['cache_on'] = FALSE;
$db['development_app']['cachedir'] = "";
$db['development_app']['char_set'] = "utf8";
$db['development_app']['dbcollat'] = "utf8_general_ci";
$db['dashboard']['hostname'] = "dashboard.helppain.net";
$db['dashboard']['username'] = "dashboard";
$db['dashboard']['password'] = "dashboard#1";
$db['dashboard']['database'] = "dashboard";
$db['dashboard']['dbdriver'] = "mysql";
$db['dashboard']['dbprefix'] = "";
$db['dashboard']['pconnect'] = FALSE;
$db['dashboard']['db_debug'] = TRUE;
$db['dashboard']['cache_on'] = FALSE;
$db['dashboard']['cachedir'] = "";
$db['dashboard']['char_set'] = "utf8";
$db['dashboard']['dbcollat'] = "utf8_general_ci";

/* End of file database.php */
/* Location: ./application/config/database.php */

0 comments on commit 9b9a73a

Please sign in to comment.