.env.dist 495 B

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=788172377c829f5fcc6210057241d9f4
  7. #TRUSTED_PROXIES=127.0.0.1,127.0.0.2
  8. #TRUSTED_HOSTS=localhost,example.com
  9. ###< symfony/framework-bundle ###