mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 22:43:03 +00:00
refactor environment.prod.ts to environment.production.ts
This commit is contained in:
12
src/environments/environment.production.ts
Normal file
12
src/environments/environment.production.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { AppConfig } from '../config/app-config.interface';
|
||||
|
||||
export const environment: Partial<AppConfig> = {
|
||||
production: true,
|
||||
|
||||
// Angular Universal settings
|
||||
universal: {
|
||||
preboot: true,
|
||||
async: true,
|
||||
time: false
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user