Skip to content

Commit

Permalink
#2172 - Add vetext user name and password
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Feb 5, 2025
1 parent a945b05 commit 82b1abe
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@
{
"name": "VA_PROFILE_TOKEN",
"valueFrom": "arn:aws-us-gov:ssm:us-gov-west-1:171875617347:parameter/dev/notification-api/va-profile/auth-token"
},
{
"name": "VETEXT_USERNAME",
"valueFrom": "arn:aws-us-gov:ssm:us-gov-west-1:171875617347:parameter/dev/notification-api/vetext/user"
},
{
"name": "VETEXT_PASSWORD",
"valueFrom": "arn:aws-us-gov:ssm:us-gov-west-1:171875617347:parameter/dev/notification-api/vetext/password"
}
],
"command": [
Expand Down

0 comments on commit 82b1abe

Please sign in to comment.