diff --git a/api-rest/index.php b/api-rest/index.php index e3c0988..03e5f72 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -23,7 +23,7 @@ $username = "root"; $password = getenv("MYSQL_ROOT_PASSWORD"); - echo getenv("DB_SERVER"); + echo $dsn; // Initializing Database try{