Browse Source

Update index.php

Alexander Schneider 11 years ago
parent
commit
6037c7f819
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-fatfree/index.php

+ 1 - 1
php-fatfree/index.php

@@ -6,7 +6,7 @@ $f3->set('DEBUG',2);
 $f3->set('CACHE','folder=tmp/cache/');
 $f3->set('UI','ui/');
 
-$f3->set('DBS',array('mysql:host=127.0.0.1;port=3306;dbname=hello_world','benchmarkdbuser','benchmarkdbpass'));
+$f3->set('DBS',array('mysql:host=localhost;port=3306;dbname=hello_world','benchmarkdbuser','benchmarkdbpass'));
 
 // http: //www.techempower.com/benchmarks/#section=code