diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a7da36f2..1229d3b0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -14,13 +14,13 @@ db.default.password = root # Application Information # ~~~~~ -application.name = Axelor Open Suite +application.name = SOPHAL SPA application.description = Axelor Entreprise Application application.version = 5.2.1 application.author = Axelor # link to be used with header logo -application.home = http://www.axelor.com +application.home = # application header logo, should be 40px in height # ~~~~~ @@ -56,7 +56,7 @@ application.view.toolbar-title = hide # Link to the online help # ~~~~~ -application.help = https://www.axelor.com/functional-documentation/ +application.help = # Application time out in minutes # ~~~~~ @@ -190,3 +190,13 @@ logging.level.com.axelor = DEBUG # Allows to open maximum 10 Tabs view.tabs.max = 10 + + +# The external report design directory +# ~~~~~ +# this directory is searched for the rptdesign files +# (fallbacks to designs provided by modules) +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