(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: 'pro.beoogo.com', path: '/' } , oauth2Config: { baseUrl: 'https://sso.beoogo.com', clientId: 'beoogo-client-pro', clientSecret: 'hMzNyQDA9kAbeuZ', grantPath: '/oauth/token', revokePath: '/oauth/token/revoke', refreshTokenInterval: '1800000' } }) })(angular);