From bf74f4b619ec6d696fbcbaf34fb89704c34b2584 Mon Sep 17 00:00:00 2001 From: sroy Date: Tue, 3 Feb 2026 08:50:19 +0100 Subject: [PATCH] fix : correction de la conf docker --- .idea/dataSources.xml | 2 +- .idea/data_source_mapping.xml | 7 --- .idea/inspectionProfiles/Project_Default.xml | 6 ++ .idea/php.xml | 22 +++++++ .idea/workspace.xml | 65 +++++++++++--------- docker/.env.docker | 2 + makefile | 20 +++--- 7 files changed, 78 insertions(+), 46 deletions(-) delete mode 100644 .idea/data_source_mapping.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index 0b73c9c..15f93b9 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -5,7 +5,7 @@ postgresql true org.postgresql.Driver - jdbc:postgresql://localhost:5433/ferme + jdbc:postgresql://localhost:5432/ferme $ProjectFileDir$ diff --git a/.idea/data_source_mapping.xml b/.idea/data_source_mapping.xml deleted file mode 100644 index 248117a..0000000 --- a/.idea/data_source_mapping.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..d829d01 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index fbd036e..1382885 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -4,12 +4,24 @@