(function (ng) { ng.module('beoogo') .constant({ environment: 'docker', locale: 'fr-be', apiUrl: 'https://api.beoogo.com/legacy/v1', appUrl: 'https://my.beoogo.com/ui', appV2Url: 'https://my.beoogo.com/ui/v2', cookiesConfig: { domain: 'my.beoogo.com', path: '/' } , oauth2Config: { baseUrl: 'https://sso.beoogo.com', clientId: 'beoogo-client-patient', clientSecret: '82DIqR1rLhaUevs', grantPath: '/oauth/token', revokePath: '/oauth/token/revoke', refreshTokenInterval: '1800000' } }) })(angular);