From 53005e9863a6981678e5eadfe8153d5fe7a0d133 Mon Sep 17 00:00:00 2001 From: "zakaria.hachem" Date: Tue, 5 Nov 2024 08:48:48 +0100 Subject: [PATCH] add : applcation.proprerties --- src/main/resources/application.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4adf3787..e28535fb 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -8,9 +8,10 @@ # ~~~~~ db.default.driver = org.postgresql.Driver db.default.ddl = update -db.default.url = jdbc:postgresql://localhost:5432/bdd_live2 +# db.default.url = jdbc:postgresql://localhost:5432/bdd_sophal202410212159 +db.default.url = jdbc:postgresql://localhost:5432/bdd_sophal202411030959 db.default.user = postgres -db.default.password = Ijlv=bB^hSG@PV$,9jkhHzO*74 +db.default.password = root # Application Information # ~~~~~