File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 14
14
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
15
15
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
16
16
17
+ # ##> symfony/framework-bundle ###
17
18
APP_ENV = dev
18
19
APP_SECRET = 9238c87a60d7ef6c1170672189a559e4
20
+ # ##< symfony/framework-bundle ###
21
+
19
22
APP_REMEMBER_ME_SECRET = ${ APP_SECRET }
20
23
APP_HOSTNAME = packagist.lo
21
24
APP_MAILER_FROM_EMAIL =
@@ -60,8 +63,3 @@ APP_RECAPTCHA_SECRET=needed
60
63
#
61
64
DATABASE_URL = " mysql://[email protected] :3306/packagist?serverVersion=8.0.28&charset=utf8mb4"
62
65
# ##< doctrine/doctrine-bundle ###
63
-
64
- # ##> symfony/framework-bundle ###
65
- APP_ENV = dev
66
- APP_SECRET = f7bd3db39aea6b0c35d6703fab361df5
67
- # ##< symfony/framework-bundle ###
You can’t perform that action at this time.
0 commit comments