Skip to content

Commit 3ea3327

Browse files
authored
Merge pull request #3967 from DSpace/backport-3966-to-dspace-8_x
[Port dspace-8_x] Move `enablePerformanceProfiler` option to last in list in `config.example.yml`
2 parents 96c2310 + 2108219 commit 3ea3327

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.example.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ ui:
1919

2020
# Angular Server Side Rendering (SSR) settings
2121
ssr:
22-
# Enable request performance profiling data collection and printing the results in the server console.
23-
# Defaults to false. Enabling in production is NOT recommended
24-
enablePerformanceProfiler: false
2522
# Whether to tell Angular to inline "critical" styles into the server-side rendered HTML.
2623
# Determining which styles are critical is a relatively expensive operation; this option is
2724
# disabled (false) by default to boost server performance at the expense of loading smoothness.
@@ -48,6 +45,9 @@ ssr:
4845
# REST resources with the internal URL configured. By default, these internal URLs are replaced with public URLs.
4946
# Disable this setting to avoid URL replacement during SSR. In this the state is not transferred to avoid security issues.
5047
replaceRestUrl: true
48+
# Enable request performance profiling data collection and printing the results in the server console.
49+
# Defaults to false. Enabling in production is NOT recommended
50+
#enablePerformanceProfiler: false
5151

5252
# The REST API server settings
5353
# NOTE: these settings define which (publicly available) REST API to use. They are usually

0 commit comments

Comments
 (0)