Skip to content

Commit

Permalink
MAP-1878: config file tweak (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygyngell authored Jan 28, 2025
1 parent fc8e031 commit f7f548d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,6 @@ export default {
enabled: get('TOKEN_VERIFICATION_ENABLED', 'false') === 'true',
},
},
dpsUrl: get('DPS_URL', 'http://localhost:3000', requiredInProduction),
productionUrl: get('PRODUCTION_URL', '#'),
serviceUrls: {
digitalPrisons: get('DIGITAL_PRISONS_URL', 'http://localhost:3001', requiredInProduction),
prisonerProfile: get('PRISONER_PROFILE_URL', 'http://localhost:3002', requiredInProduction),
changeSomeonesCell: get('CHANGE_SOMEONES_CELL_URL', 'http://localhost:3002', requiredInProduction),
},
domain: get('INGRESS_URL', 'http://localhost:3000', requiredInProduction),
sqs: {
audit: auditConfig(),
Expand Down

0 comments on commit f7f548d

Please sign in to comment.