(function (ng) { ng.module('beoogo') .constant({ environment: 'docker', locale: 'fr-be', apiUrl: 'https://api.beoogo.com/legacy/v1', appUrl: 'https://pro.beoogo.com/ui', appV2Url: '', cookiesConfig: { domain: 'www.beoogo.com', path: '/' } }) })(angular);