export const environment = { production: true, development: false, envName: '#{EnvironmentName}', serviceUrl: '#{ServiceUrl}', constraintsUrl: '#{ConstraintsUrl}', imageUrl: '#{ImageUrl}', api_url: '#{ServiceUrl}', reportsUrl: '#{ReportUrl}', versionNumber: '#{VersionNumber}', beta: false, authConfig: { 'callbackUrl': '#{CallbackUrl}', 'authorizeUrl': '#{OracleGatewayUrl}hc/oauth/v1/authorize?' + 'client_id=__clientId__&redirect_uri=__callbackUrl__&response_type=code&scope=HC.Request.AllScopes&lang=__lang__&state=__state__', 'clientId': '#{ClientId}', 'tokenUrl': '#{OracleGatewayUrl}hc/oauth/v1/tokens', 'logoutUrl': '#{OracleGatewayUrl}hc/oauth/v1/logout?ssotoken=invalidate&client_id=__clientId__&lang=__lang__&access_token=__accessToken__' } };