department-of-veterans-affairs/vets-website

View on GitHub
src/applications/financial-status-report/mocks/development.js

Summary

Maintainability
A
0 mins
Test Coverage
// when USE_MOCK is true, the application will use the copay mock data below instead of live api data
export const USE_COPAY_MOCK_DATA = false;
// when USE_GEOGRAPHIC_MOCK_DATA is true, the application will use the geographic mock data below instead of live api data
export const USE_GEOGRAPHIC_MOCK_DATA = false;
// this is the value that will be used for GMT calculations when USE_GEOGRAPHIC_MOCK_DATA is true
export const MOCK_GMT_VALUE = 78300;
// when USE_STAGING_DATA is true, the application will use the staging api instead of the production api or USE_GEOGRAPHIC_MOCK_DATA
export const USE_STAGING_DATA = false;