blob: 24aa42dc3eaf3fcc550ffc716e47a762007c72d8 [file] [log] [blame]
Matteo Scandolofc170992017-01-12 18:20:24 -08001import {IAppConfig} from './interfaces';
2export const AppConfig: IAppConfig = {
3 apiEndpoint: 'http://clnode031.clemson.cloudlab.us:8080/api',
4 websocketClient: 'http://clnode031.clemson.cloudlab.us:8080'
5};