File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# NOTE: will log all redux actions and transfers in console
22debug : false
33
4- # Angular Universal server settings
4+ # Angular User Inteface settings
55# NOTE: these settings define where Node.js will start your UI application. Therefore, these
66# "ui" settings usually specify a localhost port/URL which is later proxied to a public URL (using Apache or similar)
77ui :
1717 # Trust X-FORWARDED-* headers from proxies (default = true)
1818 useProxies : true
1919
20- universal :
21- # Whether to inline "critical" styles into the server-side rendered HTML.
22- # Determining which styles are critical is a relatively expensive operation;
23- # this option can be disabled to boost server performance at the expense of
24- # loading smoothness. For improved SSR performance, DSpace defaults this to false (disabled) .
20+ # Angular Server Side Rendering (SSR) settings
21+ ssr :
22+ # Whether to tell Angular to inline " critical" styles into the server-side rendered HTML.
23+ # Determining which styles are critical is a relatively expensive operation; this option is
24+ # disabled (false) by default to boost server performance at the expense of loading smoothness .
2525 inlineCriticalCss : false
2626
2727# The REST API server settings
You can’t perform that action at this time.
0 commit comments