blob: 7d215af3d4359eb0bb37e0a4200f3695847e9da2 [file] [log] [blame]
/// <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'
};