generated from ministryofjustice/hmpps-template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env-local-wiremock
29 lines (28 loc) · 1.78 KB
/
.env-local-wiremock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORT=3000
HMPPS_AUTH_URL=http://localhost:9090/auth
PRISON_API_URL=http://localhost:8080
PRISONER_SEARCH_API_URL=http://localhost:9091/prisonersearch
DPS_HOME_PAGE_URL=http://localhost:9091/implement-wiremock-rule-if-required
ALLOCATION_MANAGER_ENDPOINT_URL=http://localhost:9091/implement-wiremock-rule-if-required
KEYWORKER_API_URL=http://localhost:9091/implement-wiremock-rule-if-required
WHEREABOUTS_API_URL=http://localhost:9091/implement-wiremock-rule-if-required
CASE_NOTES_API_URL=http://localhost:9091/implement-wiremock-rule-if-required
INCENTIVES_API_URL=http://localhost:9091/implement-wiremock-rule-if-required
CURIOUS_API_URL=http://localhost:9091/implement-wiremock-rule-if-required
PATHFINDER_API_URL=http://localhost:9091/implement-wiremock-rule-if-required
MANAGE_SOC_CASES_API_URL=http://localhost:9091/implement-wiremock-rule-if-required
OFFENDER_CATEGORISATION_UI_URL=http://localhost:9091/implement-wiremock-rule-if-required
USE_OF_FORCE_UI_URL=http://localhost:9091/implement-wiremock-rule-if-required
MANAGE_A_WARRANT_FOLDER_UI_URL=http://localhost:9091/implement-wiremock-rule-if-required
PATHFINDER_UI_URL=http://localhost:9091/implement-wiremock-rule-if-required
MANAGE_SOC_CASES_UI_URL=http://localhost:9091/implement-wiremock-rule-if-required
MANAGE_ADJUDICATIONS_API_URL=http://localhost:9091/implement-wiremock-rule-if-required
COMPLEXITY_OF_NEED_API_URL=http://localhost:9091/implement-wiremock-rule-if-required
HMPPS_NON_ASSOCIATIONS_API_URL=http://localhost:9091/implement-wiremock-rule-if-required
PRISONER_PROFILE_DELIUS_API_URL=http://localhost:9091/implement-wiremock-rule-if-required
TOKEN_VERIFICATION_ENABLED=false
NODE_ENV=development
API_CLIENT_ID=hmpps-prisoner-profile
API_CLIENT_SECRET=clientsecret
SYSTEM_CLIENT_ID=hmpps-prisoner-profile-system
SYSTEM_CLIENT_SECRET=clientsecret