diff --git a/api-rest/index.php b/api-rest/index.php index fea1340..c931407 100644 --- a/api-rest/index.php +++ b/api-rest/index.php @@ -32,7 +32,7 @@ // ------ //$ini_array= parse_ini_file("config.ini"); - $dsn = "mysql: host=BOB_PARTEAM-mysql;dbname=" . getenv("MYSQL_DATABASE"); + $dsn = "mysql:host=BOB_PARTEAM-mysql;dbname=" . getenv("MYSQL_DATABASE"); $username = getenv("MYSQL_USER"); $password = getenv("MYSQL_PASSWORD");