Skip to content

Commit

Permalink
reset config and database
Browse files Browse the repository at this point in the history
  • Loading branch information
haichongfu2003 committed Nov 11, 2013
1 parent 277a069 commit d65634d
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
| path to your installation.
|
*/
$config['base_url'] = '';
$config['base_url'] = 'acm.sjtu.edu.cn/bookex';

/*
|--------------------------------------------------------------------------
6 changes: 3 additions & 3 deletions application/config/database.php
Original file line number Diff line number Diff line change
@@ -48,9 +48,9 @@
$active_group = 'default';
$active_record = TRUE;

$db['default']['hostname'] = '127.0.0.1';
$db['default']['username'] = 'root';
$db['default']['password'] = '';
$db['default']['hostname'] = '172.16.6.107';
$db['default']['username'] = 'bookex';
$db['default']['password'] = 'Xy!SpJZlpS2m';
$db['default']['database'] = 'bookex';
$db['default']['dbdriver'] = 'mysql';
$db['default']['dbprefix'] = '';

0 comments on commit d65634d

Please sign in to comment.