diff --git a/api-rest/index.php b/api-rest/index.php index eeecd76..26c2d72 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -23,7 +23,7 @@ $username = getenv("MYSQL_USER_TOM"); $password = getenv("MYSQL_PASSWORD_TOM"); - echo $dsn; + echo getenv("db_server"); // Initializing Database try{