2019-01-10 04:04:30 +08:00
|
|
|
---
|
|
|
|
grails:
|
|
|
|
profile: web
|
|
|
|
codegen:
|
|
|
|
defaultPackage: org.bigbluebutton.web
|
|
|
|
gorm:
|
|
|
|
reactor:
|
|
|
|
# Whether to translate GORM events into Reactor events
|
|
|
|
# Disabled by default for performance reasons
|
|
|
|
events: false
|
|
|
|
info:
|
|
|
|
app:
|
|
|
|
name: '@info.app.name@'
|
|
|
|
version: '@info.app.version@'
|
|
|
|
grailsVersion: '@info.app.grailsVersion@'
|
|
|
|
spring:
|
|
|
|
main:
|
|
|
|
banner-mode: "off"
|
|
|
|
groovy:
|
|
|
|
template:
|
|
|
|
check-template-location: false
|
2021-12-17 20:39:03 +08:00
|
|
|
jmx:
|
|
|
|
unique-names: true
|
|
|
|
devtools:
|
|
|
|
restart:
|
|
|
|
exclude:
|
|
|
|
- grails-app/views/**
|
|
|
|
- grails-app/i18n/**
|
|
|
|
- grails-app/conf/**
|
2019-01-10 04:04:30 +08:00
|
|
|
|
|
|
|
# Spring Actuator Endpoints are Disabled by Default
|
|
|
|
endpoints:
|
|
|
|
enabled: false
|
|
|
|
jmx:
|
|
|
|
enabled: true
|
|
|
|
|
2020-08-01 03:09:48 +08:00
|
|
|
server:
|
2022-04-13 04:18:55 +08:00
|
|
|
servlet:
|
|
|
|
session:
|
|
|
|
cookie:
|
|
|
|
secure: true
|
2020-08-01 03:09:48 +08:00
|
|
|
|
2019-01-10 04:04:30 +08:00
|
|
|
---
|
|
|
|
grails:
|
|
|
|
mime:
|
|
|
|
disable:
|
|
|
|
accept:
|
|
|
|
header:
|
|
|
|
userAgents:
|
|
|
|
- Gecko
|
|
|
|
- WebKit
|
|
|
|
- Presto
|
|
|
|
- Trident
|
|
|
|
types:
|
|
|
|
all: '*/*'
|
|
|
|
atom: application/atom+xml
|
|
|
|
css: text/css
|
|
|
|
csv: text/csv
|
|
|
|
form: application/x-www-form-urlencoded
|
|
|
|
html:
|
|
|
|
- text/html
|
|
|
|
- application/xhtml+xml
|
|
|
|
js: text/javascript
|
|
|
|
json:
|
|
|
|
- application/json
|
|
|
|
- text/json
|
|
|
|
multipartForm: multipart/form-data
|
|
|
|
pdf: application/pdf
|
|
|
|
rss: application/rss+xml
|
|
|
|
text: text/plain
|
|
|
|
hal:
|
|
|
|
- application/hal+json
|
|
|
|
- application/hal+xml
|
|
|
|
xml:
|
|
|
|
- text/xml
|
|
|
|
- application/xml
|
|
|
|
urlmapping:
|
|
|
|
cache:
|
|
|
|
maxsize: 1000
|
|
|
|
controllers:
|
|
|
|
defaultScope: singleton
|
2019-01-26 04:11:18 +08:00
|
|
|
upload:
|
|
|
|
maxFileSize: 9999999999
|
|
|
|
maxRequestSize: 9999999999
|
|
|
|
|
2019-01-10 04:04:30 +08:00
|
|
|
converters:
|
|
|
|
encoding: UTF-8
|
|
|
|
views:
|
|
|
|
default:
|
|
|
|
codec: html
|
|
|
|
gsp:
|
|
|
|
encoding: UTF-8
|
|
|
|
htmlcodec: xml
|
|
|
|
codecs:
|
|
|
|
expression: html
|
|
|
|
scriptlets: html
|
|
|
|
taglib: none
|
|
|
|
staticparts: none
|
|
|
|
endpoints:
|
|
|
|
jmx:
|
|
|
|
unique-names: true
|
|
|
|
|
|
|
|
---
|
|
|
|
hibernate:
|
|
|
|
cache:
|
|
|
|
queries: false
|
|
|
|
use_second_level_cache: false
|
|
|
|
use_query_cache: false
|