From 3beca4a9dbbedeba3ea5b8eb092efd739a0ab537 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 May 2022 17:32:38 +0200 Subject: [PATCH] Update application.properties --- src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0425ab52..dec6bc69 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -8,9 +8,9 @@ # ~~~~~ db.default.driver = org.postgresql.Driver db.default.ddl = update -db.default.url = jdbc:postgresql://localhost:5432/axelor_code +db.default.url = jdbc:postgresql://localhost:5432/bdd_sophal db.default.user = postgres -db.default.password = admin +db.default.password = root # Application Information # ~~~~~ @@ -199,4 +199,4 @@ view.tabs.max = 10 reports.design.dir = {user.home}/axelor/reports # Storage path for report outputs -reports.output.dir = {user.home}/axelor/reports-gen \ No newline at end of file +reports.output.dir = {user.home}/axelor/reports-gen