Update application.properties

This commit is contained in:
root
2022-05-11 17:32:38 +02:00
parent 69966f7305
commit 3beca4a9db

View File

@@ -8,9 +8,9 @@
# ~~~~~ # ~~~~~
db.default.driver = org.postgresql.Driver db.default.driver = org.postgresql.Driver
db.default.ddl = update 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.user = postgres
db.default.password = admin db.default.password = root
# Application Information # Application Information
# ~~~~~ # ~~~~~
@@ -199,4 +199,4 @@ view.tabs.max = 10
reports.design.dir = {user.home}/axelor/reports reports.design.dir = {user.home}/axelor/reports
# Storage path for report outputs # Storage path for report outputs
reports.output.dir = {user.home}/axelor/reports-gen reports.output.dir = {user.home}/axelor/reports-gen