@armor/create-armor-ui
Version:
A cli tool for generating Armor UI apps.
16 lines (14 loc) • 458 B
text/typescript
import { IConfiguration } from '@armor/platform-browser';
export const CONFIGURATION: IConfiguration = {
endpoints: {
auth_redirect: 'https://mocks.accounts.armor.com/login/',
api: 'https://mocks.api.armor.com/',
api_auth_scheme: 'Bearer',
signalr: 'https://localhost:9999/signalr/',
vetting_redirect: 'https://mocks.accounts.armor.com/vetting/'
},
analyticsIds: {
googleAnalytics: 'UA-435037-22',
fullStory: '1MZc'
}
};