blob: 7b6fa1257f004315bf89cb43c77b1a52b33013fc [file] [log] [blame]
/// <reference path="../../../typings/index.d.ts"/>
export interface IAppConfig {
apiEndpoint: string;
websocketClient: string;
}
export const AppConfig: IAppConfig = {
apiEndpoint: 'http://xos.dev:3000/api',
websocketClient: 'http://xos.dev:3000'
};