[DURACOM-247] Refactoring SSR configuration in order to align it with new nomenclature

This commit is contained in:
Giuseppe Digilio
2024-04-11 18:14:34 +02:00
parent 7b1f264812
commit d7d8067006
10 changed files with 90 additions and 114 deletions

View File

@@ -7,14 +7,14 @@ import { NotificationAnimationsType } from '../app/shared/notifications/models/n
export const environment: BuildConfig = {
production: false,
// Angular Universal settings
universal: {
preboot: true,
async: true,
time: false,
// Angular SSR settings
ssr: {
enabled: true,
enablePerformanceProfiler: false,
inlineCriticalCss: true,
},
// Angular Universal server settings.
// Angular express server settings.
ui: {
ssl: false,
host: 'dspace.com',