From 0ee917e7b60b992ab1d2a13ca1043d77108eed21 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 2 Feb 2017 17:14:49 -0800 Subject: [PATCH] added some env vars --- recipes/symfony/framework-bundle/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes/symfony/framework-bundle/manifest.json b/recipes/symfony/framework-bundle/manifest.json index b268f6bb..893fe585 100644 --- a/recipes/symfony/framework-bundle/manifest.json +++ b/recipes/symfony/framework-bundle/manifest.json @@ -11,6 +11,11 @@ "cache:warmup": "symfony-cmd", "assets:install --symlink --relative %WEB_DIR%": "symfony-cmd" }, + "env": { + "APP_ENV": "dev", + "APP_DEBUG": 1, + "APP_SECRET": "Ju$tChang3it!" + }, "makefile": [ "serve:", "\t@echo \"\\033[32;49mServer listening on http://127.0.0.1:8000\\033[39m\"",