export const environment = { production: false, development: false, envName: 'qa', imageUrl: 'http://api.hilti-typicals.auriga.ru/api/', api_url: 'http://api.hilti-typicals.auriga.ru/api', constraintsUrl: 'http://hilti-constraints-api.netsoftware.pl/api/Constraints/', serviceUrl: 'https://localhost:49618/api/v1/', versionNumber: '1.0.0.0', authConfig: { 'callbackUrl': 'http://localhost:4200/api/v1/oauth_callback', 'authorizeUrl': 'http://localhost:4200/api/v1/hc/oauth/v1/authorize?' + 'client_id=__clientId__&redirect_uri=__callbackUrl__&response_type=code&scope=HC.Request.AllScopes&lang=__lang__&state=__state__', 'clientId': 'c43c12de2a714bf9ab78b48ff56247be', 'tokenUrl': 'http://localhost:4200/api/v1/hc/oauth/v1/tokens', 'logoutUrl': 'http://localhost:4200/api/v1/hc/oauth/v1/logout?ssotoken=invalidate&client_id=__clientId__&lang=__lang__&access_token=__accessToken__' } };