Browse Source

Forgot to reset the db hostname... :O

Skamander 12 years ago
parent
commit
6bad9f9a48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-kohana/application/config/database.php

+ 1 - 1
php-kohana/application/config/database.php

@@ -18,7 +18,7 @@ return array
              *
              * Ports and sockets may be appended to the hostname.
              */
-            'hostname'   => '192.168.100.102',
+            'hostname'   => 'localhost',
             'database'   => 'hello_world',
             'username'   => 'benchmarkdbuser',
             'password'   => 'benchmarkdbpass',