UNPKG

458 BPlain TextView Raw
1import { IConfiguration } from '@armor/platform-browser';
2
3export const CONFIGURATION: IConfiguration = {
4 endpoints: {
5 auth_redirect: 'https://mocks.accounts.armor.com/login/',
6 api: 'https://mocks.api.armor.com/',
7 api_auth_scheme: 'Bearer',
8 signalr: 'https://localhost:9999/signalr/',
9 vetting_redirect: 'https://mocks.accounts.armor.com/vetting/'
10 },
11 analyticsIds: {
12 googleAnalytics: 'UA-435037-22',
13 fullStory: '1MZc'
14 }
15};