Skip to content

Instantly share code, notes, and snippets.

@hpjaj
Last active August 1, 2019 23:27
Show Gist options
  • Save hpjaj/3ff754ace8bfd7e56ce5abb48a8314e8 to your computer and use it in GitHub Desktop.
Save hpjaj/3ff754ace8bfd7e56ce5abb48a8314e8 to your computer and use it in GitHub Desktop.
# vets-api/config/betamocks/services_config.yml
# EVSS
- :name: 'EVSS'
:base_uri: <%= "#{URI(Settings.evss.url).host}:#{URI(Settings.evss.url).port}" %>
:endpoints:
# PCIU email
- :method: :get
:path: "/wss-pciu-services-web/rest/pciuServices/v1/emailAddress"
:file_path: "evss/pciu/email"
:cache_multiple_responses:
:uid_location: header
:uid_locator: 'va_eauth_pnid'
# vets-api/config/settings.yml
...
evss:
mock_pciu: true
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment