generated from ministryofjustice/hmpps-template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeature.env
22 lines (22 loc) · 1 KB
/
feature.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORT=3007
HMPPS_AUTH_URL=http://127.0.0.1:9091/auth
TOKEN_VERIFICATION_API_URL=http://127.0.0.1:9091/verification
TOKEN_VERIFICATION_ENABLED=true
COMPONENT_API_URL=http://127.0.0.1:9091/components
COMMON_COMPONENTS_ENABLED=true
REDIS_ENABLED=false
NODE_ENV=development
API_CLIENT_ID=clientid
API_CLIENT_SECRET=clientsecret
SYSTEM_CLIENT_ID=clientid
SYSTEM_CLIENT_SECRET=clientsecret
PRISON_API_URL=http://127.0.0.1:9091/prison-api
COURT_REGISTER_API_URL=http://127.0.0.1:9091/court-register-api
MANAGE_OFFENCES_API_URL=http://127.0.0.1:9091/manage-offences-api
MANAGE_USERS_API_URL=http://127.0.0.1:9091/manage-users-api
ENVIRONMENT_NAME=dev
REMAND_AND_SENTENCING_API_URL=http://127.0.0.1:9091/remand-and-sentencing-api
DOCUMENT_MANAGEMENT_API_URL=http://127.0.0.1:9091/document-management-api
PRISONER_SEARCH_API_URL=http://localhost:9091/prisoner-search-api
CALCULATE_RELEASE_DATES_API_URL=http://localhost:9091/calculate-release-dates-api
COURT_CASES_RELEASE_DATES_API_URL=http://localhost:9091/court-cases-release-dates-api