diff options
author | admin <devnull@localhost> | 2006-09-03 20:38:18 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-03 20:38:18 +0200 |
commit | e6ed3d965a3148327302e6f6a22ea38a141d4be9 (patch) | |
tree | 9ee516b122ebf450643734a440058f50c48a9afb /system/application/config/database.php | |
parent | 2e825884e53da33db143d71ff64deb204e041962 (diff) |
Diffstat (limited to 'system/application/config/database.php')
-rw-r--r-- | system/application/config/database.php | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/system/application/config/database.php b/system/application/config/database.php index 610f6081d..cf91844d1 100644 --- a/system/application/config/database.php +++ b/system/application/config/database.php @@ -29,29 +29,16 @@ | */ -$active_group = "test"; +$active_group = "default"; $db['default']['hostname'] = "localhost"; -$db['default']['username'] = "root"; +$db['default']['username'] = ""; $db['default']['password'] = ""; -$db['default']['database'] = "ellislab"; +$db['default']['database'] = ""; $db['default']['dbdriver'] = "mysql"; $db['default']['dbprefix'] = ""; $db['default']['active_r'] = TRUE; $db['default']['pconnect'] = FALSE; $db['default']['db_debug'] = TRUE; - - -$db['test']['hostname'] = "localhost"; -$db['test']['username'] = "root"; -$db['test']['password'] = ""; -$db['test']['database'] = "tester"; -$db['test']['dbdriver'] = "mysql"; -$db['test']['dbprefix'] = ""; -$db['test']['active_r'] = TRUE; -$db['test']['pconnect'] = FALSE; -$db['test']['db_debug'] = TRUE; - - ?>
\ No newline at end of file |