Skip to content

Commit

Permalink
Tweaked the warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz authored Nov 18, 2016
1 parent 5113ee5 commit 00259b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"env": {
"SYMFONY_ENV": {
"value": "prod",
"description": "If you want to be able to use the Symfony `dev` environment in the deployed version, you will need to move the necessary dependencies like `SensioGeneratorBundle` to normal requirements rather than `dev` requirements, but it will be a security issue, because development tools like the `WebProfiler` can be revealing sensitive information."
"description": "If you want to use the Symfony `dev` environment in the deployed application, you must move the necessary dependencies (like SensioGeneratorBundle) from `require-dev` to `require`. This will introduce security issues because development tools like the WebProfiler reveal sensitive information."
},
"SYMFONY_LOG": "php://stderr",
"SYMFONY_SECRET": {
Expand Down

0 comments on commit 00259b7

Please sign in to comment.