Less router config: only set strict_requirements to null in prod

The default value is true, and we only need to change that in the prod environment.
This commit is contained in:
Ryan Weaver
2019-10-23 12:11:18 -04:00
parent c30c5d9818
commit 59cfb5641f
10 changed files with 3 additions and 19 deletions
@@ -1,3 +0,0 @@
framework:
router:
strict_requirements: true
@@ -1,3 +0,0 @@
framework:
router:
strict_requirements: true
@@ -1,3 +0,0 @@
framework:
router:
strict_requirements: true
@@ -1,3 +0,0 @@
framework:
router:
strict_requirements: true
@@ -1,3 +0,0 @@
framework:
router:
strict_requirements: true
@@ -0,0 +1,3 @@
framework:
router:
strict_requirements: null
@@ -1,4 +1,3 @@
framework:
router:
strict_requirements: null
utf8: true
@@ -1,3 +0,0 @@
framework:
router:
strict_requirements: true