mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
build app config
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { GlobalConfig } from '../config/global-config.interface';
|
||||
import { AppConfig } from '../config/app-config.interface';
|
||||
import { NotificationAnimationsType } from '../app/shared/notifications/models/notification-animations-type';
|
||||
import { BrowseByType } from '../app/browse-by/browse-by-switcher/browse-by-decorator';
|
||||
import { RestRequestMethod } from '../app/core/data/rest-request-method';
|
||||
|
||||
export const environment: GlobalConfig = {
|
||||
export const environment: AppConfig = {
|
||||
production: true,
|
||||
// Angular Universal server settings.
|
||||
// NOTE: these must be "synced" with the 'dspace.ui.url' setting in your backend's local.cfg.
|
||||
|
@@ -2,9 +2,9 @@
|
||||
import { BrowseByType } from '../app/browse-by/browse-by-switcher/browse-by-decorator';
|
||||
import { RestRequestMethod } from '../app/core/data/rest-request-method';
|
||||
import { NotificationAnimationsType } from '../app/shared/notifications/models/notification-animations-type';
|
||||
import { GlobalConfig } from '../config/global-config.interface';
|
||||
import { AppConfig } from '../config/app-config.interface';
|
||||
|
||||
export const environment: Partial<GlobalConfig> = {
|
||||
export const environment: Partial<AppConfig> = {
|
||||
rest: {
|
||||
ssl: true,
|
||||
host: 'rest.com',
|
||||
|
Reference in New Issue
Block a user