First commit (wating to add alerts in budget)
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
# ~~~~~
|
||||
db.default.driver = org.postgresql.Driver
|
||||
db.default.ddl = update
|
||||
db.default.url = jdbc:postgresql://localhost:5432/bdd_test2
|
||||
db.default.url = jdbc:postgresql://localhost:5432/bdd_aout
|
||||
# db.default.url = jdbc:postgresql://db:5432/bdd_sophal
|
||||
db.default.user = postgres
|
||||
db.default.password = Mal@Ben$$23
|
||||
db.default.password = root
|
||||
|
||||
# Api
|
||||
# ~~~~~
|
||||
@@ -140,20 +141,20 @@ hibernate.search.default.indexBase = {java.io.tmpdir}/axelor
|
||||
|
||||
# HikariCP connection pool
|
||||
# ~~~~~
|
||||
hibernate.hikari.minimumIdle = 5
|
||||
hibernate.hikari.maximumPoolSize = 25
|
||||
hibernate.hikari.minimumIdle = 15
|
||||
hibernate.hikari.maximumPoolSize = 40
|
||||
hibernate.hikari.idleTimeout = 300000
|
||||
|
||||
# CORS configuration to allow cross origin requests
|
||||
# ~~~~~
|
||||
# regular expression to test allowed origin or * to allow all (not recommended)
|
||||
# regular expression to test allowed origin or * to allow all (not recommended)
|
||||
# cors.allow.origin = *
|
||||
# cors.allow.credentials = true
|
||||
# cors.allow.methods = GET,PUT,POST,DELETE,HEAD,OPTIONS
|
||||
# cors.allow.headers = Origin,Accept,X-Requested-With,Content-Type,Access-Control-Request-Method,Access-Control-Request-Headers
|
||||
# cors.expose.headers =
|
||||
# cors.max.age = 1728000
|
||||
cors.allow.origin = *
|
||||
cors.allow.credentials = true
|
||||
cors.allow.methods = GET,PUT,POST,DELETE,HEAD,OPTIONS
|
||||
cors.allow.headers = Origin,Accept,X-Requested-With,Content-Type,Access-Control-Request-Method,Access-Control-Request-Headers
|
||||
cors.expose.headers =
|
||||
cors.max.age = 1728000
|
||||
# Logging
|
||||
# ~~~~~
|
||||
# Custom logback configuration can be provided with `logging.config` property pointing
|
||||
@@ -197,7 +198,7 @@ logging.level.com.axelor = DEBUG
|
||||
|
||||
# Quartz scheduler
|
||||
# ~~~~~
|
||||
quartz.enable = true
|
||||
quartz.enable = false
|
||||
quartz.threadCount = 1
|
||||
|
||||
# Allows to open maximum 10 Tabs
|
||||
|
||||
Reference in New Issue
Block a user