From 4f5cbf5f544609ae602a2f59bb8f0daa7407c040 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Fri, 6 Jan 2023 17:02:54 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-rest/config.ini b/api-rest/config.ini index 8feae2a..f89c022 100644 --- a/api-rest/config.ini +++ b/api-rest/config.ini @@ -4,6 +4,6 @@ #password = getenv("MYSQL_PASSWORD_TOM"); [database] -dsn = "mysql:host=localhost;port=8888;dbname=bobParty" -username = "root" -password = "root"; \ No newline at end of file +dsn = "mysql:host=localhost;port=8888;dbname=bobParty"; +username = "root"; +password = "root";