From 045c1bbe20abc154d826eb7f4573ac9a40435821 Mon Sep 17 00:00:00 2001 From: Jasper Peeters Date: Mon, 27 Dec 2021 12:27:32 +0100 Subject: [PATCH] Set .env enviromant variable standard on prod --- symfony/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/.env b/symfony/.env index 40b74c8..078cebc 100644 --- a/symfony/.env +++ b/symfony/.env @@ -14,7 +14,7 @@ # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration ###> symfony/framework-bundle ### -APP_ENV=dev +APP_ENV=prod APP_SECRET=b41733f1e41298e4b57cc8bae3c27eef BASE_URL=https://php.wip APP_VERSION=v1.0