Update attendances module
Add services files directory configuration to application.properties
This commit is contained in:
@@ -8,16 +8,20 @@
|
||||
# ~~~~~
|
||||
db.default.driver = org.postgresql.Driver
|
||||
db.default.ddl = update
|
||||
db.default.url = jdbc:postgresql://localhost:5432/postgres5
|
||||
db.default.url = jdbc:postgresql://localhost:5432/bdd_test2
|
||||
db.default.user = postgres
|
||||
db.default.password = Mal@Ben$$23
|
||||
|
||||
# API
|
||||
# Api
|
||||
# ~~~~~
|
||||
portail.api.baseurl = http://127.0.0.1:8000/api/
|
||||
portail.api.user = admin
|
||||
portail.api.password = 0000
|
||||
|
||||
# Services file directory
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~
|
||||
services.dir = {user.home}/axelor/services
|
||||
|
||||
# Application Information
|
||||
# ~~~~~
|
||||
application.name = SOPHAL SPA
|
||||
@@ -193,8 +197,8 @@ logging.level.com.axelor = DEBUG
|
||||
|
||||
# Quartz scheduler
|
||||
# ~~~~~
|
||||
quartz.enable = false
|
||||
# quartz.threadCount = 5
|
||||
quartz.enable = true
|
||||
quartz.threadCount = 1
|
||||
|
||||
# Allows to open maximum 10 Tabs
|
||||
view.tabs.max = 10
|
||||
|
||||
Reference in New Issue
Block a user