blob: 109776cf5ae70cf9b1183b9a7433570296664acb [file] [log] [blame]
import {IAppConfig} from './interfaces';
export const AppConfig: IAppConfig = {
apiEndpoint: 'http://xos-test:3000/api',
websocketClient: 'http://xos-test:3000'
};