temporary branch
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
# ~~~~~
|
||||
db.default.driver = org.postgresql.Driver
|
||||
db.default.ddl = update
|
||||
db.default.url = jdbc:postgresql://localhost:5432/bdd_sophal
|
||||
db.default.url = jdbc:postgresql://localhost:5432/bdd_live2
|
||||
db.default.user = postgres
|
||||
db.default.password = root
|
||||
db.default.password = Ijlv=bB^hSG@PV$,9jkhHzO*74
|
||||
|
||||
# Application Information
|
||||
# ~~~~~
|
||||
@@ -96,7 +96,7 @@ file.upload.dir = {java.io.tmpdir}/axelor
|
||||
|
||||
# Maximum upload size (in MB)
|
||||
# ~~~~~
|
||||
file.upload.size = 5
|
||||
file.upload.size = 30
|
||||
|
||||
# Indicate if the birt engine to use is the embedded engine or external engine
|
||||
# Default : true
|
||||
@@ -131,17 +131,19 @@ hibernate.search.default.indexBase = {java.io.tmpdir}/axelor
|
||||
# HikariCP connection pool
|
||||
# ~~~~~
|
||||
hibernate.hikari.minimumIdle = 5
|
||||
hibernate.hikari.maximumPoolSize = 20
|
||||
hibernate.hikari.maximumPoolSize = 25
|
||||
hibernate.hikari.idleTimeout = 300000
|
||||
|
||||
# CORS configuration to allow cross origin requests
|
||||
# ~~~~~
|
||||
# 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
|
||||
|
||||
# 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
|
||||
# Logging
|
||||
# ~~~~~
|
||||
# Custom logback configuration can be provided with `logging.config` property pointing
|
||||
@@ -185,12 +187,14 @@ logging.level.com.axelor = DEBUG
|
||||
|
||||
# Quartz scheduler
|
||||
# ~~~~~
|
||||
#quartz.enable = true
|
||||
#quartz.threadCount = 5
|
||||
quartz.enable = false
|
||||
# quartz.threadCount = 5
|
||||
|
||||
# Allows to open maximum 10 Tabs
|
||||
view.tabs.max = 10
|
||||
|
||||
view.collaboration.enabled = true
|
||||
|
||||
|
||||
# The external report design directory
|
||||
# ~~~~~
|
||||
|
||||
20
src/main/resources/views/welcome.xml
Normal file
20
src/main/resources/views/welcome.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<object-views xmlns="http://axelor.com/xml/ns/object-views"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://axelor.com/xml/ns/object-views https://axelor.com/xml/ns/object-views/object-views_6.1.xsd">
|
||||
|
||||
<dashboard name="welcome.dashboard" title="Welcome!">
|
||||
<dashlet action="custom:report-tasks-today" colSpan="4"/>
|
||||
</dashboard>
|
||||
|
||||
<action-view name="welcome" title="Welcome!">
|
||||
<view type="dashboard" name="welcome.dashboard"/>
|
||||
</action-view>
|
||||
|
||||
<menuitem name="menu-dashboards" order="-101"
|
||||
title="Dashboards" icon="fa-dashboard" icon-background="blue"/>
|
||||
|
||||
<menuitem name="menu-welcome" parent="menu-dashboards"
|
||||
title="Welcome!" action="welcome"/>
|
||||
|
||||
</object-views>
|
||||
Reference in New Issue
Block a user