mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Sync config.example.yml with default-app-config for 7.4
This commit is contained in:
@@ -14,6 +14,8 @@ ui:
|
|||||||
rateLimiter:
|
rateLimiter:
|
||||||
windowMs: 60000 # 1 minute
|
windowMs: 60000 # 1 minute
|
||||||
max: 500 # limit each IP to 500 requests per windowMs
|
max: 500 # limit each IP to 500 requests per windowMs
|
||||||
|
# Trust X-FORWARDED-* headers from proxies (default = true)
|
||||||
|
useProxies: true
|
||||||
|
|
||||||
# The REST API server settings
|
# The REST API server settings
|
||||||
# NOTE: these settings define which (publicly available) REST API to use. They are usually
|
# NOTE: these settings define which (publicly available) REST API to use. They are usually
|
||||||
@@ -135,9 +137,6 @@ languages:
|
|||||||
- code: lv
|
- code: lv
|
||||||
label: Latviešu
|
label: Latviešu
|
||||||
active: true
|
active: true
|
||||||
- code: hi
|
|
||||||
label: Hindi
|
|
||||||
active: true
|
|
||||||
- code: hu
|
- code: hu
|
||||||
label: Magyar
|
label: Magyar
|
||||||
active: true
|
active: true
|
||||||
@@ -165,6 +164,9 @@ languages:
|
|||||||
- code: bn
|
- code: bn
|
||||||
label: বাংলা
|
label: বাংলা
|
||||||
active: true
|
active: true
|
||||||
|
- code: hi
|
||||||
|
label: हिंदी
|
||||||
|
active: true
|
||||||
- code: el
|
- code: el
|
||||||
label: Ελληνικά
|
label: Ελληνικά
|
||||||
active: true
|
active: true
|
||||||
@@ -288,3 +290,9 @@ mediaViewer:
|
|||||||
info:
|
info:
|
||||||
enableEndUserAgreement: true
|
enableEndUserAgreement: true
|
||||||
enablePrivacyStatement: true
|
enablePrivacyStatement: true
|
||||||
|
|
||||||
|
# Whether to enable Markdown (https://commonmark.org/) and MathJax (https://www.mathjax.org/)
|
||||||
|
# display in supported metadata fields. By default, only dc.description.abstract is supported.
|
||||||
|
markdown:
|
||||||
|
enabled: false
|
||||||
|
mathjax: false
|
@@ -370,6 +370,8 @@ export class DefaultAppConfig implements AppConfig {
|
|||||||
enablePrivacyStatement: true
|
enablePrivacyStatement: true
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Whether to enable Markdown (https://commonmark.org/) and MathJax (https://www.mathjax.org/)
|
||||||
|
// display in supported metadata fields. By default, only dc.description.abstract is supported.
|
||||||
markdown: MarkdownConfig = {
|
markdown: MarkdownConfig = {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
mathjax: false,
|
mathjax: false,
|
||||||
|
Reference in New Issue
Block a user