You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.env.dist 495B

12345678910
  1. # This file is a "template" of which env vars need to be defined for your application
  2. # Copy this file to .env file for development, create environment variables when deploying to production
  3. # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
  4. ###> symfony/framework-bundle ###
  5. APP_ENV=dev
  6. APP_SECRET=d541f5e8a0e110cb270cedcb8fc2c769
  7. #TRUSTED_PROXIES=127.0.0.1,127.0.0.2
  8. #TRUSTED_HOSTS=localhost,example.com
  9. ###< symfony/framework-bundle ###