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 # ~~~~~