APP_SECRET variable in .env changed

This commit is contained in:
mitsuha_s 2023-07-21 16:19:20 +03:00
parent 9a98436eb8
commit 0d7c5487f4

2
.env
View file

@ -16,7 +16,7 @@
###> symfony/framework-bundle ### ###> symfony/framework-bundle ###
APP_ENV=dev APP_ENV=dev
APP_SECRET=90c78b17302e6ff2e14213f129e3f5f4 APP_SECRET=your_secret_please_set_on_local_env
###< symfony/framework-bundle ### ###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ### ###> doctrine/doctrine-bundle ###