Matteo Scandolo | fc17099 | 2017-01-12 18:20:24 -0800 | [diff] [blame] | 1 | import {IAppConfig} from './interfaces'; |
2 | export const AppConfig: IAppConfig = { | ||||
3 | apiEndpoint: 'http://clnode031.clemson.cloudlab.us:8080/api', | ||||
4 | websocketClient: 'http://clnode031.clemson.cloudlab.us:8080' | ||||
5 | }; |