A file containing the Symfony APP_SECRET - Its value should be a series of characters, numbers and symbols chosen randomly and the recommended length is around 32 characters. Can be generated with cat /dev/urandom | tr -dc a-zA-Z0-9 | fold -w 48 | head -n 1
.