angular.module('public-site') .factory('CorespringConfig', [function(){ return { url: "https://platform.corespring.org", projectHomepage: "http://github.com/corespring/public-site", messages: { UnsupportedBrowser: "The browser you are using is not supported by the CoreSpring Authoring tools, we recommend you use Google Chrome or Mozilla Firefox for the best experience." } } }]);