blob: 86cfcb16623b525242651fd7bc13f698e09d89e7 [file] [log] [blame]
Matteo Scandolofc4b37b2017-02-02 12:18:47 -08001angular.module('app')
2 .constant('AppConfig', {
3 apiEndpoint: 'http://xos-test:3000/api',
4 websocketClient: 'http://xos-test:3000'
5 });