Skip to content

Commit

Permalink
add mot url to local config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsetterfield committed Nov 7, 2024
1 parent eb2f122 commit 7212e18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ ignore:
reason: Remediation not yet available
expires: 2024-12-01T09:00:00.0Z
created: 2024-10-16T00:00:00.0Z
SNYK-JS-CROSSSPAWN-8303230:
- '*':
reason: Remediation not yet available
expires: 2024-12-01T09:00:00.0Z
created: 2024-11-07T00:00:00.0Z

patch: {}
5 changes: 4 additions & 1 deletion src/environments/environment.local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { LocalEnvironmentFile } from './models/environment.model';
export const environment: LocalEnvironmentFile = {
// this is required by main.ts so that Ionic knows when to enable production mode
...devEnvironment,
liveAppVersion: '4.8.0.0',
liveAppVersion: '4.16.0.0',
isRemote: false,
enableDevTools: true,
enableRehydrationPlugin: true,
Expand Down Expand Up @@ -266,6 +266,9 @@ export const environment: LocalEnvironmentFile = {
vehicle: {
taxMotUrl: 'https://api.mot.test.smc.dvsacloud.uk/1.0/checkMot',
},
mot: {
motHistoryUrl: 'https://dev.mes.dev-dvsacloud.uk/v1/mot-history/{vrn}',
},
refData: {
testCentreUrl: '/assets/mock/ref-data/local-test-centres.json',
},
Expand Down

0 comments on commit 7212e18

Please sign in to comment.