Skip to content

Commit 0b683db

Browse files
authored
Merge pull request #340 from DEFRA/ext-test
Remove unused env var to support ext-test
2 parents 9414c72 + 21c18c3 commit 0b683db

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/config/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ export const config = convict({
3636
default: '1.0.0',
3737
env: 'SERVICE_VERSION'
3838
},
39-
cdpEnvironment: {
40-
doc: 'The CDP environment the app is running in. With the addition of "local" for local development',
41-
format: ['local', 'dev', 'test', 'perf-test', 'prod'],
42-
default: 'local',
43-
env: 'ENVIRONMENT'
44-
},
4539
root: {
4640
doc: 'Project root',
4741
format: String,

0 commit comments

Comments
 (0)