Skip to content

Commit 3349db1

Browse files
committed
removed secrets
1 parent d4503ea commit 3349db1

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
1616

1717
###> symfony/framework-bundle ###
18-
APP_ENV=dev
19-
APP_SECRET=dc28c31dee8b8db3059cdbbf8337b102
18+
APP_ENV=local
19+
APP_SECRET=$ecretf0rt3st
2020
###< symfony/framework-bundle ###

phpunit.xml.dist

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
<server name="SHELL_VERBOSITY" value="-1" />
1515
<server name="SYMFONY_PHPUNIT_REMOVE" value="" />
1616
<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 ### -->
2217
</php>
2318

2419
<testsuites>

0 commit comments

Comments
 (0)