export const environment = { production: false, development: false, envName: 'uat', beta: false, imageUrl: 'http://api.hilti-typicals.auriga.ru/api/', api_url: 'http://hilti-isb-api.netsoftware.pl/api/v1/', serviceUrl: 'http://hilti-isb-api.netsoftware.pl/api/v1/', constraintsUrl: 'http://hilti-constraints-api.netsoftware.pl/api/Constraints/', reportsUrl: 'http://hilti-isb-api.netsoftware.pl/api/reports', 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__', 'clientId': 'c43c12de2a714bf9ab78b48ff56247be', 'tokenUrl': 'http://localhost:4200/api/v1/hc/oauth/v1/tokens' } };