File

app/models/app-config.model.ts

Index

Properties

Properties

addressServiceConfig
addressServiceConfig: literal type
Type : literal type
cookiesConfig
cookiesConfig: literal type
Type : literal type
countryTaxonomyService
countryTaxonomyService: literal type
Type : literal type
env
env: literal type
Type : literal type
keycloakConfig
keycloakConfig: literal type
Type : literal type
registerUser
registerUser: literal type
Type : literal type
searchEnvironment
searchEnvironment: literal type
Type : literal type
taxonomyService
taxonomyService: literal type
Type : literal type
export interface IAppConfig {
	env: {
		name: string;
	};
	keycloakConfig: {
		config: {
			url: string;
			realm: string;
			clientId: string;
		};
		enableBearerInterceptor: boolean;
		bearerExcludedUrls: string[];
	};
	addressServiceConfig: {
		config: {
		url: string;
		};
	};
	searchEnvironment: {
		name: string;
	};
	registerUser: {
		url: string;
	};
	cookiesConfig: {
		path: string;
		domain: string;
		acceptCookie: string;
	};
	countryTaxonomyService: {
		url: string,
		publicationId: number
	};
	taxonomyService: {
		path: string;
		searcher: {
			Industries: string,
			Language: string,
			TypeOfUser: string
		};
	};
}

result-matching ""

    No results matching ""