UNPKG

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