Explorar o código

Solved #71

Just a typo issue.
Marc %!s(int64=11) %!d(string=hai) anos
pai
achega
335f341255
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      DependencyInjection/Configuration.php

+ 2 - 2
DependencyInjection/Configuration.php

@@ -52,8 +52,8 @@ class Configuration implements ConfigurationInterface
                     ->performNoDeepMerging()
                     ->defaultValue(array(
                         'localhost' =>  array(
-                            'hostname'  =>  '127.0.0.1',
-                            'port'      =>  "4730",
+                            'host'  =>  '127.0.0.1',
+                            'port'  =>  "4730",
                         )
                     ))
                     ->prototype('array')