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