UNPKG

@ministryofjustice/probation-search-frontend

Version:

A shared UI component to search for probation cases from within your Express/Nunjucks application

15 lines 573 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const environments = { dev: { searchApi: { url: 'https://probation-offender-search-dev.hmpps.service.justice.gov.uk', timeout: 5000 }, }, preprod: { searchApi: { url: 'https://probation-offender-search-preprod.hmpps.service.justice.gov.uk', timeout: 5000 }, }, prod: { searchApi: { url: 'https://probation-offender-search.hmpps.service.justice.gov.uk', timeout: 5000 }, }, }; exports.default = environments; //# sourceMappingURL=environments.js.map