Skip to main content
Skip table of contents

Betamocks Config

vets-api/config/betamocks/services_config.yml

CODE
# 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

CODE
...

evss:
  mock_pciu: true

...

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.