build app config

This commit is contained in:
William Welling
2021-12-03 21:17:36 -06:00
parent 46d340a5ce
commit c1555326fa
13 changed files with 498 additions and 55 deletions

View File

@@ -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',