From b59290eca1c66af9e76cbd40b3cad35f45ae8c7e Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Tue, 30 Nov 2021 13:32:33 +0100 Subject: [PATCH] env: mark APP_ENV/SECRET as if installed via the framework bundle So it's clear where it is comming from --- .env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env b/.env index 7448162..bb4e0f6 100644 --- a/.env +++ b/.env @@ -13,8 +13,10 @@ # Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2). # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration +###> symfony/framework-bundle ### APP_ENV=dev APP_SECRET= +###< symfony/framework-bundle ### ###> dbp/relay-core-bundle ### CORE_API_BUILDINFO=unknown -- GitLab