Skip to content

Commit

Permalink
fix staging cert urls
Browse files Browse the repository at this point in the history
  • Loading branch information
GcioGregg committed Nov 8, 2024
1 parent 28216f6 commit f3381e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1448,8 +1448,8 @@ dgi:
vye:
jwt:
# May not need the public path
public_key_path: "/dsva-vagov/vets-api/#{vsp_environment}/dgib/jwt.key"
private_key_path: "/dsva-vagov/vets-api/#{vsp_environment}/dgib/jwt.crt"
public_key_path: "/dsva-vagov/vets-api/#{Settings.vsp_environment}/dgib/jwt.key"
private_key_path: "/dsva-vagov/vets-api/#{Settings.vsp_environment}/dgib/jwt.crt"
vets:
url: "https://dgi-uat001-vaapi.np.afsp.io/vets-service/v1"
mock: false
Expand Down

0 comments on commit f3381e6

Please sign in to comment.