Browse Source

Actualizo parámetro para conectividad.

Maximiliano Schvindt 7 years ago
parent
commit
984a8cd986
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Services/EndpointMysql.php

+ 2 - 2
Services/EndpointMysql.php

@@ -23,8 +23,8 @@ class EndpointMysql
     {
         $this->serviceContainer = $serviceContainer;
 
-        if($this->serviceContainer->getParameter("statsd.connection")) {
-            $this->location = $this->serviceContainer->getParameter("statsd.connection");
+        if($this->serviceContainer->getParameter("endpoint.mysql.connection")) {
+            $this->location = $this->serviceContainer->getParameter("endpoint.mysql.connection");
         } else {
             $this->location = null;
         }