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