From b92382d12693cd1928d5b3a1c8feef07e86fc6dc Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 1 Oct 2024 14:19:16 +0200 Subject: [PATCH] [symfony/framework-bundle] Generate APP_SECRET in .env.local (#1342) --- symfony/framework-bundle/7.2/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/symfony/framework-bundle/7.2/manifest.json b/symfony/framework-bundle/7.2/manifest.json index d466ccd15..89764e06f 100644 --- a/symfony/framework-bundle/7.2/manifest.json +++ b/symfony/framework-bundle/7.2/manifest.json @@ -15,6 +15,11 @@ "APP_ENV": "dev", "APP_SECRET": "" }, + "dotenv": { + "local": { + "APP_SECRET": "%generate(secret)%" + } + }, "gitignore": [ "/.env.local", "/.env.local.php",