blob: c8a1b1d990f12f338a5739889d409c91dfc47436 [file] [log] [blame]
import {IAppConfig} from './interfaces';
export const AppConfig: IAppConfig = {
apiEndpoint: 'http://localhost:4000/api',
websocketClient: 'http://localhost:4000'
};