Marc 11 лет назад
Родитель
Сommit
335f341255
1 измененных файлов с 2 добавлено и 2 удалено
  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')