Browse Source

Fixed db host

Skamander 12 years ago
parent
commit
fe52191b5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-phalcon/app/config/config.php

+ 1 - 1
php-phalcon/app/config/config.php

@@ -3,7 +3,7 @@
 return new \Phalcon\Config(array(
 return new \Phalcon\Config(array(
     'database'     => array(
     'database'     => array(
         'adapter'  => 'Mysql',
         'adapter'  => 'Mysql',
-        'host'     => '192.168.100.102',
+        'host'     => 'localhost',
         'username' => 'benchmarkdbuser',
         'username' => 'benchmarkdbuser',
         'password' => 'benchmarkdbpass',
         'password' => 'benchmarkdbpass',
         'name'     => 'hello_world',
         'name'     => 'hello_world',