Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDM-213/build lce interface and mockdata #19178

Merged
merged 20 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update services config and settings
  • Loading branch information
jefftmarks committed Oct 30, 2024
commit 9acd27b5714d8a9f8e25d2c21a11bc970f849fc7
2 changes: 1 addition & 1 deletion config/betamocks/services_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -942,4 +942,4 @@
:file_path: "gids/lce/licenses/default"
- :method: :get
:path: "/gids/v1/lce/preps/*"
:file_path: "gids/lce/preps/default"
:file_path: "gids/lce/preps/default"
2 changes: 2 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ gids:
url: https://dev.va.gov/gids
open_timeout: 1
read_timeout: 1
lce:
use_mocks: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


mvi_hca:
url: http://example.com
Expand Down
Loading