-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example.pr
More file actions
23 lines (19 loc) · 825 Bytes
/
.env.example.pr
File metadata and controls
23 lines (19 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
auth_url=https://internal-dev.api.service.nhs.uk/oauth2-mock/authorize
token_url=https://internal-dev.api.service.nhs.uk/oauth2-mock/token
callback_url=https://oauth.pstmn.io/v1/callback
# Obtain value from dev/testing team
STATUS_API_KEY=
username=aal3
scope=nhs-cis2
# Internal-dev PR environment
baseUrl=https://internal-dev.api.service.nhs.uk/immunisation-fhir-api/FHIR/R4-pr-123
aws_token_refresh=False
aws_profile_name=345594581768_DEV-IMMS-Devops
S3_env=pr-123
# LOCAL_RUN_WITHOUT_S3_UPLOAD = True
LOCAL_RUN_FILE_NAME=HPV_Vaccinations_v5_V0V8L_20251111T16304982.csv
AWS_DOMAIN_NAME=https://pr-123.imms.dev.vds.platform.nhs.uk
PROXY_NAME=immunisation-fhir-api-pr-123
# See README for details on how to obtain this
APIGEE_ACCESS_TOKEN={use-the-apigee-get-token-utility}
APIGEE_USERNAME={your-apigee-developer-email}