Skip to content

Commit

Permalink
API-26148-526-v2-pdf-gen-setup (#12663)
Browse files Browse the repository at this point in the history
* Adds to setting files the url for the pdf gen

* REmoves unneeded changes, and changes the settings path to dvp

* Removes line changes

* Removes line changes

* Changes location of evss service name

* Changes location of variables after discussion

* Adds dvp url to settings file

* Corrects values to match config map in the vsp-infra-application-manifests repo.

* Removes reference
  • Loading branch information
stiehlrod authored Jun 5, 2023
1 parent 0203beb commit 3f76843
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ evss:
disability_compensation_form:
timeout: 55 # ~1 minute
submit_timeout: 355 # ~6 minutes
dvp:
url: <%= ENV['EVSS_DVP_URL'] %>
letters:
url: https://csraciapp6.evss.srarad.com
timeout: 55
Expand Down Expand Up @@ -618,6 +620,8 @@ vba_documents:

#Settings for Claims Api Module
claims_api:
pdf_generator_526:
service_name: form-526ez-pdf-generator
report_enabled: false
audit_enabled: false
s3:
Expand Down
2 changes: 1 addition & 1 deletion lib/evss/disability_compensation_form/dvp/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Dvp
# points to the Digital Veterans Platform
class Configuration < EVSS::DisabilityCompensationForm::Configuration
def base_path
"#{Settings.evss.dvp.url}/#{Settings.evss.dvp.service_name}/rest/form526/v2"
"#{Settings.evss.dvp.url}/#{Settings.evss.service_name}/rest/form526/v2"
end
end
end
Expand Down

0 comments on commit 3f76843

Please sign in to comment.