-
Notifications
You must be signed in to change notification settings - Fork 0
/
web-app.properties
45 lines (28 loc) · 1.55 KB
/
web-app.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
###############################################################################
# Configuration #
###############################################################################
cuba.springContextConfig = +com/company/sample/web-spring.xml
cuba.dispatcherSpringContextConfig = +com/company/sample/web-dispatcher-spring.xml
cuba.persistenceConfig = +com/company/sample/persistence.xml
cuba.metadataConfig = +com/company/sample/metadata.xml
cuba.viewsConfig = +com/company/sample/views.xml
cuba.windowConfig = +com/company/sample/web-screens.xml
cuba.menuConfig = +com/company/sample/web-menu.xml
cuba.permissionConfig = +com/company/sample/web-permissions.xml
cuba.mainMessagePack = +com.company.sample.gui com.company.sample.web
cuba.anonymousSessionId = a10e05a8-5319-7917-2282-87aeeaf2a161
cuba.web.componentsConfig = +com/company/sample/web-ui-components.xml
###############################################################################
# Other #
###############################################################################
# Middleware connection
cuba.connectionUrlList = http://localhost:8080/app-core
# Set to false if the middleware works on different JVM
cuba.useLocalServiceInvocation = true
cuba.webContextName = app
# Web session inactivity timeout in seconds
cuba.httpSessionExpirationTimeoutSec = 1800
cuba.web.theme = halo
cuba.web.foldersPaneEnabled=false
cuba.availableLocales = English|en
cuba.localeSelectVisible = false