Commit 3349db1 1 parent d4503ea commit 3349db1 Copy full SHA for 3349db1
File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 15
15
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
16
16
17
17
# ##> symfony/framework-bundle ###
18
- APP_ENV = dev
19
- APP_SECRET = dc28c31dee8b8db3059cdbbf8337b102
18
+ APP_ENV = local
19
+ APP_SECRET = $ecretf0rt3st
20
20
# ##< symfony/framework-bundle ###
Original file line number Diff line number Diff line change 14
14
<server name =" SHELL_VERBOSITY" value =" -1" />
15
15
<server name =" SYMFONY_PHPUNIT_REMOVE" value =" " />
16
16
<server name =" SYMFONY_PHPUNIT_VERSION" value =" 9.5" />
17
-
18
- <!-- ###+ symfony/framework-bundle ### -->
19
- <env name =" APP_ENV" value =" dev" />
20
- <env name =" APP_SECRET" value =" 4b8dacb0b615423faaed0edca38ab6ed" />
21
- <!-- ###- symfony/framework-bundle ### -->
22
17
</php >
23
18
24
19
<testsuites >
You can’t perform that action at this time.
0 commit comments