Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save annaswims/a92325097b3c084a0dc3f743c7cff46f to your computer and use it in GitHub Desktop.
Save annaswims/a92325097b3c084a0dc3f743c7cff46f 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