Skip to content

Commit

Permalink
fix settings path/filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
GcioGregg committed Nov 14, 2024
1 parent f3381e6 commit fd6bfc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1448,8 +1448,9 @@ dgi:
vye:
jwt:
# May not need the public path
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"
public_key_path: "/srv/vets-api/secret/dgib_jwt.key"
private_key_path: "/srv/vets-api/secret/dgib_jwt.crt"
public_ica11_rca2_key_path: "/srv/vets-api/secret/dgib_ica11_rca2.key"
vets:
url: "https://dgi-uat001-vaapi.np.afsp.io/vets-service/v1"
mock: false
Expand Down

0 comments on commit fd6bfc7

Please sign in to comment.