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