Skip to content

Commit

Permalink
fixup! made parameters overridable by ENV variables
Browse files Browse the repository at this point in the history
  • Loading branch information
David Stritezsky committed Oct 3, 2020
1 parent 4ce2c5c commit bc1db2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project-base/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,14 @@
},
"scripts": {
"post-install-cmd": [
"cp config/parameters.yaml.dist config/parameters.yaml",
"cp config/parameters_test.yaml.dist config/parameters_test.yaml",
"cp -n config/parameters.yaml.dist config/parameters.yaml",
"cp -n config/parameters_test.yaml.dist config/parameters_test.yaml",
"App\\Environment::checkEnvironment",
"@auto-scripts"
],
"post-update-cmd": [
"cp -n config/parameters.yaml.dist config/parameters.yaml",
"cp -n config/parameters_test.yaml.dist config/parameters_test.yaml",
"App\\Environment::checkEnvironment",
"@auto-scripts"
],
Expand Down

0 comments on commit bc1db2c

Please sign in to comment.