Skip to content

Commit

Permalink
NEXT-34343 - Removing unused fastly cdn configs
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSkroblin committed Mar 13, 2024
1 parent 09e5c1d commit cb5a957
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Core/Framework/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,8 @@ private function createCdnSection(): ArrayNodeDefinition
->scalarNode('strategy')->end()
->arrayNode('fastly')
->children()
->booleanNode('enabled')->end()
->scalarNode('api_key')->end()
->scalarNode('soft_purge')->end()
->scalarNode('tag_prefix')->end()
->integerNode('max_parallel_invalidations')->end()
->end()
->end()
Expand Down

0 comments on commit cb5a957

Please sign in to comment.