Skip to content

Commit

Permalink
EDSC-3925: Remove unused env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoroolivares2016 committed Nov 24, 2023
1 parent 483f216 commit 06410df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ provider:

collectionCapabilitiesLambda: ${self:custom.siteName}-generateCollectionCapabilityTags

geocodingService: ${self:custom.variables.geocodingService}
geocodingIncludePolygons: ${self:custom.variables.geocodingIncludePolygons}

NODE_OPTIONS: '--enable-source-maps'

vpc:
Expand Down Expand Up @@ -126,8 +123,6 @@ custom:
obfuscationSpin: ${env:OBFUSCATION_SPIN, ''}
obfuscationSpinShapefiles: ${env:OBFUSCATION_SPIN_SHAPEFILES, ''}
orderDelaySeconds: ${env:ORDER_DELAY_SECONDS, '1'}
geocodingService: ${env:GEOCODING_SERVICE, 'nominatim'}
geocodingIncludePolygons: ${env:GEOCODING_INCLUDE_POLYGONS, 'false'}

cloudfrontToCloudwatchBucketPrefixApi:
Fn::Join:
Expand Down

0 comments on commit 06410df

Please sign in to comment.