From d4af6721fd2440f12279fe58faec8be34b3b32e4 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 7 Nov 2017 19:05:44 +0100 Subject: [PATCH] Remove defaults for APP_DEBUG env vars --- README.rst | 5 +---- symfony/framework-bundle/3.3/manifest.json | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 9e790b54..68772510 100644 --- a/README.rst +++ b/README.rst @@ -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": [ diff --git a/symfony/framework-bundle/3.3/manifest.json b/symfony/framework-bundle/3.3/manifest.json index 3fd122b6..cada9b41 100644 --- a/symfony/framework-bundle/3.3/manifest.json +++ b/symfony/framework-bundle/3.3/manifest.json @@ -13,7 +13,6 @@ }, "env": { "APP_ENV": "dev", - "APP_DEBUG": "1", "APP_SECRET": "%generate(secret)%" }, "gitignore": [