Skip to content

Commit b7806c6

Browse files
committed
Fix duplication of app stuff in .env
1 parent 6900319 commit b7806c6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.env

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
1515
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
1616

17+
###> symfony/framework-bundle ###
1718
APP_ENV=dev
1819
APP_SECRET=9238c87a60d7ef6c1170672189a559e4
20+
###< symfony/framework-bundle ###
21+
1922
APP_REMEMBER_ME_SECRET=${APP_SECRET}
2023
APP_HOSTNAME=packagist.lo
2124
APP_MAILER_FROM_EMAIL=
@@ -60,8 +63,3 @@ APP_RECAPTCHA_SECRET=needed
6063
#
6164
DATABASE_URL="mysql://[email protected]:3306/packagist?serverVersion=8.0.28&charset=utf8mb4"
6265
###< doctrine/doctrine-bundle ###
63-
64-
###> symfony/framework-bundle ###
65-
APP_ENV=dev
66-
APP_SECRET=f7bd3db39aea6b0c35d6703fab361df5
67-
###< symfony/framework-bundle ###

0 commit comments

Comments
 (0)