11# properties are documented in the application.yml of the curation-app module
22spring :
3- datasource :
4- url : ${DATABASE_URI}
5- username : ${DATABASE_USER}
6- password : ${DATABASE_PASSWORD}
7- driver-class-name : org.mariadb.jdbc.Driver
8- jpa :
9- show-sql : false
10- hibernate :
11- ddl-auto : none
12- database-platform : org.hibernate.dialect.MariaDBDialect
13- cache :
14- jcache :
15- config : classpath:ehcache.xml
16- servlet :
17- multipart :
18- enabled : true
19- location : ${java.io.tmpdir}
20- mvc :
21- async :
22- request-timeout : 3600000
3+ datasource :
4+ url : ${DATABASE_URI}
5+ username : ${DATABASE_USER}
6+ password : ${DATABASE_PASSWORD}
7+ driver-class-name : org.mariadb.jdbc.Driver
8+ jpa :
9+ show-sql : false
10+ hibernate :
11+ ddl-auto : none
12+ database-platform : org.hibernate.dialect.MariaDBDialect
13+ cache :
14+ jcache :
15+ config : classpath:ehcache.xml
16+ servlet :
17+ multipart :
18+ enabled : true
19+ location : ${java.io.tmpdir}
20+ mvc :
21+ async :
22+ request-timeout : 3600000
2323server :
24- error :
25- include-stacktrace : always
24+ error :
25+ include-stacktrace : always
2626
2727curation :
28- cr-service :
29- restApi : " https://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/1.x/profiles"
30- query : " ?registrySpace=published&status=production&status=development&&status=deprecated"
31- ccr-service :
32- restApi : " https://vocabularies.clarin.eu/clavas/rest/v1/data"
33- query : " ?uri=${conceptURI}"
34- facets :
35- - languageCode
36- - collection
37- - resourceClass
38- - modality
39- - format
40- - keywords
41- - genre
42- - subject
43- - country
44- - organisation
45- - name
46- - description
47- - license
48- - availability
49- - temporalCoverage
50- clientUsername : curation
51- directory :
52- home : ${APPLICATION_HOME_DIRECTORY}
53- dataRoot : ${APPLICATION_HOME_DIRECTORY}/data
54- in : >
55- ${APPLICATION_HOME_DIRECTORY}/data/clarin/results/cmdi
56- out : ${APPLICATION_HOME_DIRECTORY}/public
57- share : /data
58- max_file_size : 100MB
59- mode : instance
60- doc-url : " https://raw.githubusercontent.com/clarin-eric/cereal/main/curation-dashboard/markdown"
28+ cr-service :
29+ restApi : " https://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/1.x/profiles"
30+ query : " ?registrySpace=published&status=production&status=development&&status=deprecated"
31+ ccr-service :
32+ restApi : " https://vocabularies.clarin.eu/clavas/rest/v1/data"
33+ query : " ?uri=${conceptURI}"
34+ facets :
35+ - languageCode
36+ - collection
37+ - resourceClass
38+ - modality
39+ - format
40+ - keywords
41+ - genre
42+ - subject
43+ - country
44+ - organisation
45+ - name
46+ - description
47+ - license
48+ - availability
49+ - temporalCoverage
50+ clientUsername : curation
51+ directory :
52+ home : ${APPLICATION_HOME_DIRECTORY}
53+ dataRoot : ${APPLICATION_HOME_DIRECTORY}/data
54+ in : >
55+ ${APPLICATION_HOME_DIRECTORY}/data/clarin/results/cmdi
56+ out : ${APPLICATION_HOME_DIRECTORY}/public
57+ share : /data
58+ max_file_size : 100MB
59+ mode : instance
60+ doc-url : " https://raw.githubusercontent.com/clarin-eric/cereal/main/curation-dashboard/markdown"
6161logging :
62- level :
63- root : ERROR
62+ level :
63+ root : ERROR
0 commit comments