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