| /// <reference path="../../../typings/index.d.ts"/> | |
| export interface IAppConfig { | |
| apiEndpoint: string; | |
| websocketClient: string; | |
| } | |
| export const AppConfig: IAppConfig = { | |
| apiEndpoint: 'http://xos-test:3000/api', | |
| websocketClient: 'http://xos-test:3000' | |
| }; |