Remove defaults for APP_DEBUG env vars

This commit is contained in:
Nicolas Grekas
2017-11-07 19:12:38 +01:00
parent 93d80647f5
commit d4af6721fd
2 changed files with 1 additions and 5 deletions
+1 -4
View File
@@ -186,8 +186,7 @@ files stored in the root of the Symfony project:
{
"env": {
"APP_ENV": "dev",
"APP_DEBUG": "1"
"APP_ENV": "dev"
}
}
@@ -198,7 +197,6 @@ and ``.env.dist`` files:
###> your-recipe-name-here ###
APP_ENV=dev
APP_DEBUG=1
###< your-recipe-name-here ###
The ``###> your-recipe-name-here ###`` section separators are needed by Symfony
@@ -328,7 +326,6 @@ one used by ``symfony/framework-bundle``:
},
"env": {
"APP_ENV": "dev",
"APP_DEBUG": "1",
"APP_SECRET": "%generate(secret)%"
},
"gitignore": [
@@ -13,7 +13,6 @@
},
"env": {
"APP_ENV": "dev",
"APP_DEBUG": "1",
"APP_SECRET": "%generate(secret)%"
},
"gitignore": [