This repository was archived by the owner on Mar 30, 2026. It is now read-only.
forked from alphagov/notifications-java-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (18 loc) · 1.22 KB
/
.env.example
File metadata and controls
25 lines (18 loc) · 1.22 KB
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
# https://github.com/department-of-Veterans-affairs/vets-api/blob/master/modules/va_notify/README.md#api-key-details
# Use the service ID for the service "Client Library Integration Tests". The API key should be of type "test".
export API_KEY="ddb7eeb7-f8d3-42f1-81ee-af81e0087a9c-<your API key for this service>"
export API_SENDING_KEY="ddb7eeb7-f8d3-42f1-81ee-af81e0087a9c-<your API key for this service>"
export INBOUND_SMS_QUERY_KEY="ddb7eeb7-f8d3-42f1-81ee-af81e0087a9c-<your API key for this service>"
# New format API keys do not include the service ID so both must be specified
# export API_KEY="<your new format API key for this service>"
# export SERVICE_ID="<your service ID>"
# The templates should contain a personalization for "name".
export SMS_TEMPLATE_ID="23d09e35-3aa0-4412-95ae-6a41a1c7234b"
export EMAIL_TEMPLATE_ID="0826c10d-1801-439a-a37f-a8727f7be0ad"
export FUNCTIONAL_TEST_NUMBER=<your phone number>
export FUNCTIONAL_TEST_EMAIL="<your e-mail address>"
export SMS_SENDER_ID="<SMS sender UUID>"
export VETEXT_TEMPLATE_ID="1755CD4C33BB0851A416189616441067"
export VETEXT_RECIPIENT_ICN="<your ICN identifier>"
export JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/"
export NOTIFY_API_URL="https://dev-api.va.gov/vanotify"