import { IConfiguration } from '@armor/platform-browser';

export const CONFIGURATION: IConfiguration = {
  endpoints: {
    auth_redirect: 'http://local.accounts.armor.com/login/',
    api: 'http://local.api.armor.com/',
    api_auth_scheme: 'FH-AUTH', // TODO: Switch to Bearer as soon as possible.
    signalr: 'http://localhost:9999/signalr/',
    vetting_redirect: 'http://local.accounts.armor.com/vetting/'
  },
  analyticsIds: {
    googleAnalytics: 'UA-435037-22',
    fullStory: '1MZc'
  }
};
