Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/n0needt0/mobile.git
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-baran committed Jul 19, 2013
2 parents 8f82aeb + 0502335 commit b278cef
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,19 @@
$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 b278cef

Please sign in to comment.