blob: 749ccc51e4e0cf8fe7696865dfc30e8402ae4149 [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/socket.io/socket.io.js'
};