diff --git a/application/config/testing/database.php b/application/config/testing/database.php index 5b03786..e8e83ce 100644 --- a/application/config/testing/database.php +++ b/application/config/testing/database.php @@ -75,14 +75,14 @@ $db['default'] = array( 'dsn' => '', - 'hostname' => 'localhost', - 'username' => 'root', - 'password' => '', - 'database' => 'venbaehn_ams', - // 'hostname' => '119.18.54.85', - // 'username' => 'venbaehn_ams', - // 'password' => 'L;nD7Z@f)1ZT', + // 'hostname' => 'localhost', + // 'username' => 'root', + // 'password' => '', // 'database' => 'venbaehn_ams', + 'hostname' => '119.18.54.85', + 'username' => 'venbaehn_ams', + 'password' => 'L;nD7Z@f)1ZT', + 'database' => 'venbaehn_ams', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE,