Skip to content

Commit

Permalink
Remove the value of the APP_SECRET env var
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Sep 30, 2024
1 parent 71ff694 commit 74d38a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=2ca64f8d83b9e89f5f19d672841d6bb8
APP_SECRET=
#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
#TRUSTED_HOSTS='^(localhost|example\.com)$'
###< symfony/framework-bundle ###
Expand Down

0 comments on commit 74d38a5

Please sign in to comment.