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