From feb0acaf4058351f5e87aa65c5cbbf4749163c53 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 9 Nov 2018 14:24:50 -0500 Subject: [PATCH 1/2] makes recipe consistent with symfony/flex 1.0 new env handling --- symfony/framework-bundle/3.3/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symfony/framework-bundle/3.3/manifest.json b/symfony/framework-bundle/3.3/manifest.json index 34798d55..bffbcfe7 100644 --- a/symfony/framework-bundle/3.3/manifest.json +++ b/symfony/framework-bundle/3.3/manifest.json @@ -18,7 +18,8 @@ "#TRUSTED_HOSTS": "localhost,example.com" }, "gitignore": [ - "/.env", + "/.env.local", + "/.env.*.local", "/%PUBLIC_DIR%/bundles/", "/%VAR_DIR%/", "/vendor/" From 2f6c4cde5942e085c049cd780adcc245d8a7e8cc Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 9 Nov 2018 14:42:46 -0500 Subject: [PATCH 2/2] temporarily re-adding .env.dist until symfony/flex#434 --- symfony/flex/1.0/.env.dist | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 symfony/flex/1.0/.env.dist diff --git a/symfony/flex/1.0/.env.dist b/symfony/flex/1.0/.env.dist new file mode 100644 index 00000000..2148dfc4 --- /dev/null +++ b/symfony/flex/1.0/.env.dist @@ -0,0 +1,3 @@ +# This file is a "template" of which env vars need to be defined for your application +# Copy this file to .env file for development, create environment variables when deploying to production +# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration