From 2b5a43372c203391fb0d4a5c8e1e3292aa3373ee Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Fri, 6 Jan 2023 17:07:48 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'api-rest/config.in?= =?UTF-8?q?i'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-rest/config.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api-rest/config.ini b/api-rest/config.ini index f89c022..b55c96f 100644 --- a/api-rest/config.ini +++ b/api-rest/config.ini @@ -1,9 +1,9 @@ #[database] -#dsn = "mysql:host=". getenv("db_server").";dbname=". getenv("MYSQL_DATABASE"); -#username = getenv("MYSQL_USER_TOM"); -#password = getenv("MYSQL_PASSWORD_TOM"); +#dsn = "mysql:host=". getenv("db_server").";dbname=". getenv("MYSQL_DATABASE") +#username = getenv("MYSQL_USER_TOM") +#password = getenv("MYSQL_PASSWORD_TOM") [database] -dsn = "mysql:host=localhost;port=8888;dbname=bobParty"; -username = "root"; -password = "root"; +dsn = "mysql:host=localhost;port=8888;dbname=bobParty" +username = "root" +password = "root"