From 3448e52d3a470f16cca0ee2cdc2e0b526ad8efa2 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 24 Mar 2017 15:04:26 -0700 Subject: [PATCH] added support for secret generation --- recipes/symfony/framework-bundle/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/symfony/framework-bundle/manifest.json b/recipes/symfony/framework-bundle/manifest.json index b305db00..b84d5bee 100644 --- a/recipes/symfony/framework-bundle/manifest.json +++ b/recipes/symfony/framework-bundle/manifest.json @@ -14,7 +14,7 @@ "env": { "APP_ENV": "dev", "APP_DEBUG": "1", - "APP_SECRET": "Ju$tChang3it!" + "APP_SECRET": "%generate(secret)%" }, "makefile": [ "cache-clear:",