blob: a00155b7b94e606c824e4d643808881273fd241c [file] [log] [blame]
Matteo Scandolofc4b37b2017-02-02 12:18:47 -08001import {IAppConfig} from './interfaces';
2export const AppConfig: IAppConfig = {
3 apiEndpoint: 'http://localhost:4000/api',
4 websocketClient: 'http://localhost:4000/'
5};