From d7a78f79b7753fdc8880f41328b5d9302233589f Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 1 Oct 2024 22:36:03 +0200 Subject: [PATCH] Generate APP_SECRET in .env.dev (#1343) --- symfony/framework-bundle/7.2/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/framework-bundle/7.2/manifest.json b/symfony/framework-bundle/7.2/manifest.json index 89764e06f..c198d0eee 100644 --- a/symfony/framework-bundle/7.2/manifest.json +++ b/symfony/framework-bundle/7.2/manifest.json @@ -16,7 +16,7 @@ "APP_SECRET": "" }, "dotenv": { - "local": { + "dev": { "APP_SECRET": "%generate(secret)%" } },