UNPKG

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